diff --git a/scripts/dryrun-tests.sh b/scripts/dryrun-tests.sh index e74baf3ca..d3839ba82 100755 --- a/scripts/dryrun-tests.sh +++ b/scripts/dryrun-tests.sh @@ -27,7 +27,7 @@ for test in $tests; do -e GOMODCACHE=/ec/dev/.gomodcache \ --name "$test" \ ec-dryrun \ - ls -lah /ec/dev/.gocache && ls -lah /ec/dev/.gomodcache && go test -timeout 1m -v ./tests/dryrun/... -run "^$test$" > /dev/null + go test -timeout 1m -v ./tests/dryrun/... -run "^$test$" > /dev/null done plog "INFO" "Waiting for tests to complete..." "⏳"