diff options
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-x | run_cross_test.py | 1 |
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) |