commit | eb165fd9504b67bbf8ba793024ad45a55308b4d4 | [log] [tgz] |
---|---|---|
author | Rupert Shuttleworth <ruperts@google.com> | Wed Nov 11 20:56:10 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 11 20:56:10 2020 +0000 |
tree | 3436bd80282b32713e82b7304f44577ce4004455 | |
parent | 68ecbaf614f7a4518357a0ab2b63f98e83778652 [diff] | |
parent | 2e5bf406f1457acdc7752b3d763a7c1ec86c0b81 [diff] |
Merge "Perform Bazel cleanup using "--batch --max_idle_secs=1" instead of a trap."
diff --git a/build_test.bash b/build_test.bash index a53a585..accca0f 100755 --- a/build_test.bash +++ b/build_test.bash
@@ -43,14 +43,9 @@ ;; 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..."