run_cross_tests: Pass correct argument

I don't konw how the heck this has ever worked, but you know.
pull/4931/head
Dylan Baker 5 years ago
parent 5ce0d9fbbb
commit 25eb86382b
  1. 2
      run_cross_test.py

@ -34,7 +34,7 @@ def runtests(cross_file, failfast):
commontests = [('common', gather_tests(Path('test cases', 'common')), False)]
try:
(passing_tests, failing_tests, skipped_tests) = \
run_tests(commontests, 'meson-cross-test-run', failfast, ['--cross', cross_file])
run_tests(commontests, 'meson-cross-test-run', failfast, ['--cross-file', cross_file])
except StopException:
pass
print('\nTotal passed cross tests:', passing_tests)

Loading…
Cancel
Save