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.
-test.v
make itest
1 parent a895b1c commit db332dbCopy full SHA for db332db
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