Skip to content
Snippets Groups Projects
Commit 71ec6cb3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix valgrind

parent 09f2bdc8
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ class ValgrindConfig(object): ...@@ -97,7 +97,7 @@ class ValgrindConfig(object):
def job_spec(self, cmdline, hash_targets): def job_spec(self, cmdline, hash_targets):
return jobset.JobSpec(cmdline=['valgrind', '--tool=%s' % self.tool] + return jobset.JobSpec(cmdline=['valgrind', '--tool=%s' % self.tool] +
self.args + cmdline, self.args + cmdline,
shortname='valgrind %s' % binary, shortname='valgrind %s' % cmdline[0],
hash_targets=None) hash_targets=None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment