Fail tests if an error occurs (#1445)

Co-authored-by: Gulshan Singh <gsgx@google.com>
pull/1421/head
Gulshan Singh 3 years ago committed by GitHub
parent 894f6e2103
commit fa8a033749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
set -o errexit
set -o pipefail
ROOT_DIR="$(readlink -f ../../)" ROOT_DIR="$(readlink -f ../../)"
GDB_INIT_PATH="$ROOT_DIR/gdbinit.py" GDB_INIT_PATH="$ROOT_DIR/gdbinit.py"
COVERAGERC_PATH="$ROOT_DIR/pyproject.toml" COVERAGERC_PATH="$ROOT_DIR/pyproject.toml"

Loading…
Cancel
Save