aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-xrun_cross_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py
index 6cba324..836cf31 100755
--- a/run_cross_test.py
+++ b/run_cross_test.py
@@ -34,7 +34,6 @@ def runtests(cross_file, failfast, cross_only):
cmd += ['--failfast']
cmd += tests
cmd += ['--cross-file', cross_file]
- cmd += ['--'] # args following this are passed directly to meson
if cross_only:
cmd += ['--native-file', 'cross/none.txt']
return subprocess.call(cmd)