From 702d3e2d9ca55ea330101c925df12e8fc9b40387 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 30 Aug 2013 22:20:10 +0300 Subject: Work started on supporting simultaneous native and cross builds. --- run_cross_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run_cross_test.py') diff --git a/run_cross_test.py b/run_cross_test.py index f74be63..d1eb689 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -78,7 +78,6 @@ def run_tests(): except OSError: pass print('\nRunning cross compilation tests.\n') - commontests = commontests[:28] + commontests[30:38] + commontests[39:] [run_test(t) for t in commontests] if __name__ == '__main__': -- cgit v1.1