Skip to content

Commit 8d459a9

Browse files
Merge pull request #237 from quarckster/verbose_tests
Add more verbosity to the tests
2 parents c73cf1b + b020b6c commit 8d459a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ test-unit:
88
.PHONY: test-unit
99

1010
test-e2e:
11-
go test ./test/integration -run ^\(TestIsIOHealthy\)$$ ^\(TestPullSecretExists\)$$ -timeout 1m
12-
go test ./test/integration -timeout 13m $(TEST_OPTIONS)
11+
go test ./test/integration -v -run ^\(TestIsIOHealthy\)$$ ^\(TestPullSecretExists\)$$ -timeout 1m
12+
go test ./test/integration -v -timeout 13m $(TEST_OPTIONS)
1313
.PHONY: test-e2e
1414

1515
vet:

0 commit comments

Comments
 (0)