Files
eagle0/ci/bazel_test.sh
T
adminandGitHub 3c400fb546 use newer bash (#977)
* use env bash instead of /bin/bash

* check for variable existence


Former-commit-id: 25a00ebffec9ba8c820be29c9adfd0a4c0f9cb29
2021-10-02 09:20:37 -07:00

9 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
COMMAND_LOG="$(bazel --output_base=${BAZEL_OUTPUT_BASE} info command_log)"
bazel --output_base=${BAZEL_OUTPUT_BASE} test \
//src/test/...