Skip to content

Commit

Permalink
remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Sep 22, 2020
1 parent 0cb6619 commit 34d108f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ cover_integration_profile: clean bins_nothrift

@echo Running integration test with $(PERSISTENCE_TYPE) $(PERSISTENCE_PLUGIN)
@mkdir -p $(BUILD)/$(INTEG_TEST_DIR)
@echo "begin prclqz test"
@time go test $(INTEG_TEST_ROOT) $(TEST_ARG) $(TEST_TAG) -persistenceType=$(PERSISTENCE_TYPE) -sqlPluginName=$(PERSISTENCE_PLUGIN) $(GOCOVERPKG_ARG) -coverprofile=$(BUILD)/$(INTEG_TEST_DIR)/coverage.out || exit 1;
@echo "end prclqz test"
@cat $(BUILD)/$(INTEG_TEST_DIR)/coverage.out | grep -v "^mode: \w\+" >> $(INTEG_COVER_FILE)

cover_xdc_profile: clean bins_nothrift
Expand Down

0 comments on commit 34d108f

Please sign in to comment.