Skip to content

Commit

Permalink
Revert "Update run.sh"
Browse files Browse the repository at this point in the history
This reverts commit 933c3ac.
  • Loading branch information
artemnikitin committed Sep 16, 2019
1 parent b0b412c commit fcc4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ set -euo pipefail

for PKG in $(go list github.com/elastic/cloud-on-k8s/test/e2e/...); do
echo ">>> Running tests in package $PKG"
go test -v -failfast -timeout=2h -tags=e2e -p=1 --json $PKG $@ >> e2e-tests.json
go test -v -failfast -timeout=2h -tags=e2e -p=1 --json $PKG $@ > e2e-tests.json
done

0 comments on commit fcc4906

Please sign in to comment.