diff options
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-x | run_cross_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run_cross_test.py b/run_cross_test.py index c7895bb..e285e21 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -43,7 +43,6 @@ def runtests(cross_file): sys.exit(failing_tests) if __name__ == '__main__': - backend = 'ninja' - setup_commands() + setup_commands('ninja') cross_file = sys.argv[1] runtests(cross_file) |