diff --git a/hack/make/.integration-test-helpers b/hack/make/.integration-test-helpers index 69b2744036..cc2e8ac518 100644 --- a/hack/make/.integration-test-helpers +++ b/hack/make/.integration-test-helpers @@ -67,7 +67,7 @@ run_test_integration_suites() { --jsonfile="${ABS_DEST}/$(basename "$dir")-go-test-report.json" \ --junitfile="${ABS_DEST}/$(basename "$dir")-junit-report.xml" \ --raw-command \ - -- go tool test2json ./test.main ${flags} + -- go tool test2json -t ./test.main ${flags} ); then exit 1; fi done }