Skip to content

Commit 556c664

Browse files
authored
Merge pull request #9078 from yyforyongyu/itest-log
Makefile: add `-test.v` for `make itest`
2 parents a895b1c + db332db commit 556c664

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)