aboutsummaryrefslogtreecommitdiff
path: root/ci/build_test_suites
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build_test_suites')
-rwxr-xr-xci/build_test_suites5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/build_test_suites b/ci/build_test_suites
index 03f6731dcd..5aaf2f49b7 100755
--- a/ci/build_test_suites
+++ b/ci/build_test_suites
@@ -1,4 +1,5 @@
#!prebuilts/build-tools/linux-x86/bin/py3-cmd -B
+#
# Copyright 2024, The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import sys
import build_test_suites
+import sys
-build_test_suites.main(sys.argv)
+build_test_suites.main(sys.argv[1:])