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