Skip to content

Commit

Permalink
Filter out log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Sep 3, 2020
1 parent 1c99d08 commit c04642f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/terratest/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tfenv install || true
source /assume_role.sh

cd test
go test -v -timeout 45m "$@"
go test -v -timeout 45m "$@" | grep -v "constructing many client instances from the same exec auth config"
2 changes: 1 addition & 1 deletion hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export SKIP_cleanup_terraform=true
source .github/actions/terratest/assume_role.sh

cd test
go test -v -timeout 45m -run TestTerraformAwsEksCluster
go test -v -timeout 45m -run TestTerraformAwsEksCluster | grep -v "constructing many client instances from the same exec auth config"

0 comments on commit c04642f

Please sign in to comment.