Skip to content

Commit db332db

Browse files
committed
Makefile: add -test.v for make itest
1 parent a895b1c commit db332db

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
@@ -208,7 +208,7 @@ endif
208208
itest-only: db-instance
209209
@$(call print, "Running integration tests with ${backend} backend.")
210210
rm -rf itest/*.log itest/.logs-*; date
211-
EXEC_SUFFIX=$(EXEC_SUFFIX) scripts/itest_part.sh 0 1 $(TEST_FLAGS) $(ITEST_FLAGS)
211+
EXEC_SUFFIX=$(EXEC_SUFFIX) scripts/itest_part.sh 0 1 $(TEST_FLAGS) $(ITEST_FLAGS) -test.v
212212
$(COLLECT_ITEST_COVERAGE)
213213

214214
#? itest: Build and run integration tests

0 commit comments

Comments
 (0)