We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a895b1c + db332db commit 556c664Copy full SHA for 556c664
Makefile
@@ -208,7 +208,7 @@ endif
208
itest-only: db-instance
209
@$(call print, "Running integration tests with ${backend} backend.")
210
rm -rf itest/*.log itest/.logs-*; date
211
- EXEC_SUFFIX=$(EXEC_SUFFIX) scripts/itest_part.sh 0 1 $(TEST_FLAGS) $(ITEST_FLAGS)
+ EXEC_SUFFIX=$(EXEC_SUFFIX) scripts/itest_part.sh 0 1 $(TEST_FLAGS) $(ITEST_FLAGS) -test.v
212
$(COLLECT_ITEST_COVERAGE)
213
214
#? itest: Build and run integration tests
0 commit comments