test: Don't error on unbound variable
We would get this error instead of a test error: test/util.sh: line 32: GITHUB_ACTION: unbound variable This would happen when run locally.
This commit is contained in:
@@ -5,7 +5,7 @@ exit 0 # i give up, we're skipping this entirely, help wanted to fix this
|
||||
|
||||
echo running "$0"
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
#set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
#ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" # dir!
|
||||
|
||||
Reference in New Issue
Block a user