Fix valgind

pull/310/head
Craig Tiller 10 years ago
parent 9977582850
commit eb272bc6ca
  1. 2
      tools/run_tests/run_tests.py

@ -36,7 +36,7 @@ class ValgrindConfig(object):
self.allow_hashing = False
def run_command(self, binary):
return ['valgrind', binary, '--tool=%s' % self.tool]
return ['valgrind', '--tool=%s' % self.tool, binary]
class CLanguage(object):

Loading…
Cancel
Save