Makefile: add -test.v for make itest

This commit is contained in:
yyforyongyu 2024-09-10 17:21:03 +08:00
parent a895b1c6ca
commit db332db025
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -208,7 +208,7 @@ endif
itest-only: db-instance
@$(call print, "Running integration tests with ${backend} backend.")
rm -rf itest/*.log itest/.logs-*; date
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
$(COLLECT_ITEST_COVERAGE)
#? itest: Build and run integration tests