Skip to content
Snippets Groups Projects
Commit 0af000bf authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Fixing valgrind's codepath in run_tests.py.

parent 0bae4b2f
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class ValgrindConfig(object):
self.allow_hashing = False
def job_spec(self, binary, hash_targets):
return JobSpec(cmdline=['valgrind', '--tool=%s' % self.tool, binary],
return jobset.JobSpec(cmdline=['valgrind', '--tool=%s' % self.tool, binary],
hash_targets=None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment