Merge pull request #482 from nicolasnoble/typos

Fixing valgrind's codepath in run_tests.py.
pull/490/head
Craig Tiller 10 years ago
commit 59680ee16d
  1. 2
      tools/run_tests/run_tests.py

@ -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)

Loading…
Cancel
Save