diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 993d626ec976aa9bfba7b88398cfe23b1aaae0aa..cfa9d0cc5af182f437af6b82e890fa5864c71bbf 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -192,7 +192,7 @@ class CLanguage(object):
                 test = base + line.strip()
                 cmdline = [binary] + ['--gtest_filter=%s' % test]
                 out.append(self.config.job_spec(cmdline, [binary],
-                                                shortname='%s:%s' % (binary, test, shortname_ext),
+                                                shortname='%s:%s %s' % (binary, test, shortname_ext),
                                                 cpu_cost=target['cpu_cost'],
                                                 environ=env))
           else: