Mock notify always succeeds

This commit is contained in:
southerntofu 2020-10-03 12:54:08 -04:00
parent b01656134c
commit a72ceda21c
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ ORIGDIR="$(pwd)"
cd "$SCRIPTDIR"
export FORGEHOOK="$(pwd)/tests/mock-forgehook.sh"
export FORGEHOOKNOTIFY=/bin/true
bats tests/*.bats
cd "$ORIGDIR"