1
Fork 0

[shellcheck] ci/test

This commit is contained in:
Motiejus Jakštys 2021-10-21 11:39:46 +03:00
parent 5090715b97
commit 47d91cbbed
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cd "$(dirname "$0")/.."
. .envrc
_build_and_file() {
file $(bazel run --color=yes --curses=yes --run_under=echo "$@") | \
file "$(bazel run --color=yes --curses=yes --run_under=echo "$@")" | \
tee /dev/stderr
}