Skip to content

Commit

Permalink
Fix 'go clean -testcache'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Nov 23, 2023
1 parent 9041b32 commit 7d6b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PARALLEL_COUNT=${PARALLEL_COUNT:-1}
VERSION=$(git describe --tags --always --dirty)
GO_LDFLAGS="-X github.com/infinispan/infinispan-operator/launcher.Version=${VERSION}"

go clean -testcache ./test/e2e
go clean -testcache
if [ -z "${TEST_NAME}" ]; then
go test -v ./test/e2e/"${TEST_BUNDLE}" -timeout ${TIMEOUT} -ldflags "${GO_LDFLAGS}" -parallel "${PARALLEL_COUNT}" 2>&1 | tee /tmp/testOutput
testExitCode=${PIPESTATUS[0]}
Expand Down

0 comments on commit 7d6b605

Please sign in to comment.