Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
b306db5da2bd53057ead042af20b4e8799b7a767
/
.
/
e2e
/
js_image_oci
/
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