DEBSOURCES
Skip Quicknav
sources / bazel-bootstrap / 3.5.1%2Bds-3 / debian / tests / cpp-failure
1234
#!/bin/bash set -e bazel test //examples/cpp:hello-fail_test && exit 1 || exit 0