set -vet=off
to (hopefully) run all complement tests
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fa0bdd431b
commit
b6b739a7b7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ set +o pipefail
|
||||||
env \
|
env \
|
||||||
-C "$COMPLEMENT_SRC" \
|
-C "$COMPLEMENT_SRC" \
|
||||||
COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \
|
COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \
|
||||||
go test -timeout 1h -json ./tests | tee "$LOG_FILE"
|
go test -vet=off -timeout 1h -json ./tests | tee "$LOG_FILE"
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# Post-process the results into an easy-to-compare format
|
# Post-process the results into an easy-to-compare format
|
||||||
|
|
Loading…
Add table
Reference in a new issue