Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb165fd9 authored by Rupert Shuttleworth's avatar Rupert Shuttleworth Committed by Gerrit Code Review
Browse files

Merge "Perform Bazel cleanup using "--batch --max_idle_secs=1" instead of a trap."

parents 68ecbaf6 2e5bf406
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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..."