aboutsummaryrefslogtreecommitdiff
path: root/meson_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson_test.py')
-rwxr-xr-xmeson_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_test.py b/meson_test.py
index 2807dde..71a577e 100755
--- a/meson_test.py
+++ b/meson_test.py
@@ -70,7 +70,7 @@ def run_single_test(wrap, test):
global tests_failed
if test.fname[0].endswith('.jar'):
cmd = ['java', '-jar'] + test.fname
- elif run_with_mono(test.fname[0]):
+ elif not test.is_cross and run_with_mono(test.fname[0]):
cmd = ['mono'] + test.fname
else:
if test.is_cross: