Skip to content
Snippets Groups Projects
Commit fa2d7e1b authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Fix incorrectly capitalized True in testlib.py

parent 5e91cdec
No related branches found
No related tags found
No related merge requests found
...@@ -871,7 +871,7 @@ def do_test(name, way, func, args, files): ...@@ -871,7 +871,7 @@ def do_test(name, way, func, args, files):
if_verbose(1, '** pre_cmd was "{0}". Running trace'.format(override_options(opts.pre_cmd))) if_verbose(1, '** pre_cmd was "{0}". Running trace'.format(override_options(opts.pre_cmd)))
runCmd('cd "{0}" && strace {1}'.format(opts.testdir, override_options(opts.pre_cmd)), runCmd('cd "{0}" && strace {1}'.format(opts.testdir, override_options(opts.pre_cmd)),
stderr = subprocess.STDOUT, stderr = subprocess.STDOUT,
print_output = true) print_output = True)
result = func(*[name,way] + args) result = func(*[name,way] + args)
......
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