mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
Fix regression on plumbing scripts for developer usages
This commit is contained in:
committed by
Traefiker Bot
parent
886a6bdbe0
commit
5cd9396dae
+2
-1
@@ -21,7 +21,8 @@ fi
|
||||
|
||||
set +e
|
||||
|
||||
go test "${TESTFLAGS[@]}" ./pkg/...
|
||||
# shellcheck disable=SC2086
|
||||
go test ${TESTFLAGS[*]} ./pkg/...
|
||||
|
||||
CODE=$?
|
||||
if [ ${CODE} != 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user