Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 31, 2024
1 parent 2f57538 commit f7e31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dryrun-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..." ""
Expand Down

0 comments on commit f7e31dc

Please sign in to comment.