Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
a9270ebcc994c082b6148d20fa60bd3f4ae39002
/
.
/
e2e
/
js_image_docker
/
test.sh
blob: 11ab17d9c60269ccd57ee6aff97ba1fe59b3e590 [
file
]
#!/usr/bin/env bash
set
-
o errexit
-
o nounset
-
o pipefail
if
!
bazel test
--
nobuild_runfile_links
//...;
then
echo
"ERROR: expected 'bazel test --nobuild_runfile_links //...' to pass"
exit
1
fi