summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 207653219..186893f6a 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -397,7 +397,7 @@ def main():
else:
print(mlog.bold('Running unittests.'))
print(flush=True)
- cmd = mesonlib.python_command + ['run_unittests.py', '-v'] + backend_flags
+ cmd = mesonlib.python_command + ['run_unittests.py'] + backend_flags
if options.failfast:
cmd += ['--failfast']
returncode += subprocess_call(cmd, env=env)