summaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-xrun_cross_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_cross_test.py b/run_cross_test.py
index d1eb6898e..093f30d3e 100755
--- a/run_cross_test.py
+++ b/run_cross_test.py
@@ -78,6 +78,7 @@ def run_tests():
except OSError:
pass
print('\nRunning cross compilation tests.\n')
+ commontests = commontests[:28] + commontests[28:]
[run_test(t) for t in commontests]
if __name__ == '__main__':