aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-02 12:38:15 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-04-02 14:12:34 +0300
commitc72b4e1b9c5973a0938aef3d0bf96c2240701d19 (patch)
tree8f3c0b259e6a399f540d7d7bec00d96014fca0a7 /run_tests.py
parent3e23f36a3c17863b11d9311af204e486e63cac19 (diff)
downloadmeson-c72b4e1b9c5973a0938aef3d0bf96c2240701d19.zip
meson-c72b4e1b9c5973a0938aef3d0bf96c2240701d19.tar.gz
meson-c72b4e1b9c5973a0938aef3d0bf96c2240701d19.tar.bz2
Imported Debian fixes by Matthias Klose.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 1cc3983..648e6ce 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -131,7 +131,7 @@ def get_fake_options(prefix):
return opts
def should_run_linux_cross_tests():
- return shutil.which('arm-linux-gnueabihf-gcc-7') and not platform.machine().lower().startswith('arm')
+ return shutil.which('arm-linux-gnueabihf-gcc') and not platform.machine().lower().startswith('arm')
def run_configure_inprocess(meson_command, commandlist):
old_stdout = sys.stdout