summaryrefslogtreecommitdiff
path: root/build_test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'build_test.bash')
-rwxr-xr-xbuild_test.bash7
1 files changed, 1 insertions, 6 deletions
diff --git a/build_test.bash b/build_test.bash
index a53a58598..accca0f81 100755
--- a/build_test.bash
+++ b/build_test.bash
@@ -43,14 +43,9 @@ case $(uname) in
;;
esac
-function bazel_cleanup {
- "${TOP}/tools/bazel" shutdown
-}
-trap bazel_cleanup EXIT
-
echo
echo "Running Bazel smoke test..."
-"${TOP}/tools/bazel" info
+"${TOP}/tools/bazel" --batch --max_idle_secs=1 info
echo
echo "Running Soong test..."