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, 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)