Fix regression on plumbing scripts for developer usages
This commit is contained in:
parent
886a6bdbe0
commit
5cd9396dae
3 changed files with 8 additions and 4 deletions
|
@ -21,7 +21,8 @@ fi
|
|||
|
||||
set +e
|
||||
|
||||
go test "${TESTFLAGS[@]}" ./pkg/...
|
||||
# shellcheck disable=SC2086
|
||||
go test ${TESTFLAGS[*]} ./pkg/...
|
||||
|
||||
CODE=$?
|
||||
if [ ${CODE} != 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue