diff options
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-x | run_cross_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py index 093f30d..f74be63 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -78,7 +78,7 @@ def run_tests(): except OSError: pass print('\nRunning cross compilation tests.\n') - commontests = commontests[:28] + commontests[28:] + commontests = commontests[:28] + commontests[30:38] + commontests[39:] [run_test(t) for t in commontests] if __name__ == '__main__': |