diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-09-11 14:40:46 +0100 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-09-11 20:45:09 +0000 |
| commit | 6053da7a002dafea988f5cecc11afab181c8d011 (patch) | |
| tree | 8d515c641e2eab52c6276eccf4dc8fa8937fd133 /run_cross_test.py | |
| parent | 6a56291a2a7dc5ea1443f29f3715c7491152f034 (diff) | |
| download | meson-6053da7a002dafea988f5cecc11afab181c8d011.tar.gz | |
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-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 6cba3244f..836cf3165 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) |
