Skip to content

Commit

Permalink
Verbose script output
Browse files Browse the repository at this point in the history
Making sure `git status` can be seen on CI logs, and verbose Ginkgo
testing results as well.
  • Loading branch information
otaviof committed Jun 9, 2021
1 parent 3a4019c commit 94749e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hack/check-git-status.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/bash

set -x
set -e

fixCommand="$*"
Expand Down
2 changes: 1 addition & 1 deletion hack/test-with-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ source "${ENVTEST_ASSETS_DIR}/setup-envtest.sh"
fetch_envtest_tools "${ENVTEST_ASSETS_DIR}"
setup_envtest_env "${ENVTEST_ASSETS_DIR}"
# Run tests sequentially - the controller integration tests cannot be run concurrently
go test ./... -coverprofile cover.out -p 1
go test ./... -coverprofile cover.out -p 1 -failfast -ginkgo.v -ginkgo.failFast

0 comments on commit 94749e5

Please sign in to comment.