mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:57:17 +00:00
Make tfw.sh fail on unset variables
This commit is contained in:
parent
fde8792277
commit
f3e6a950c8
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o errtrace
|
set -o errtrace
|
||||||
shopt -s expand_aliases
|
shopt -s expand_aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user