aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-09-11 14:40:46 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-09-11 20:45:09 +0000
commit6053da7a002dafea988f5cecc11afab181c8d011 (patch)
tree8d515c641e2eab52c6276eccf4dc8fa8937fd133 /run_cross_test.py
parent6a56291a2a7dc5ea1443f29f3715c7491152f034 (diff)
downloadmeson-6053da7a002dafea988f5cecc11afab181c8d011.zip
meson-6053da7a002dafea988f5cecc11afab181c8d011.tar.gz
meson-6053da7a002dafea988f5cecc11afab181c8d011.tar.bz2
Add build machine compilers to project tests compiler report
When cross-compiling, also report build machine compilers in the compiler report produced by run_project_tests.py
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)