Skip to content

Commit f1d3f05

Browse files
committed
Makefile: fix ginkgo-tests target.
Don't ignore ginkgo test run exit status. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent d72bdcc commit f1d3f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ginkgo-tests:
137137
--coverprofile coverprofile \
138138
--succinct \
139139
--skip-package $(SKIPPED_PKGS) \
140-
-r .; \
140+
-r && \
141141
$(GO_CMD) tool cover -html=$(COVERAGE_PATH)/coverprofile -o $(COVERAGE_PATH)/coverage.html
142142

143143
test-ulimits:

0 commit comments

Comments
 (0)