File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -278,10 +278,11 @@ just-test: cleanup MANIFEST.in test-reports ## Run all minimum acceptance tests
278
278
$(QUIET ) if [ -n " $$ TESTS_USE_PYTEST" ]; then \
279
279
$(PYTEST ) $(COVERAGE_ARGS ) || DO_FAIL=" exit 2" ; \
280
280
else \
281
- $(COVERAGE ) run -p --source=multicast -m tests.run_selective || $(PYTHON ) -m tests.run_selective || DO_FAIL=" exit 2" ; \
282
- $(QUIET )$(COVERAGE ) combine ./coverage_* 2> $(ERROR_LOG_PATH ) || : ; \
283
- $(QUIET )$(COVERAGE ) combine --append ./.coverage.* 2> $(ERROR_LOG_PATH ) || : ; \
284
- $(QUIET )$(COVERAGE ) report -m --include=multicast/* 2> $(ERROR_LOG_PATH ) || : ; \
281
+ $(COVERAGE ) run -p --source=multicast -m tests.run_selective || DO_FAIL=" exit 2" ; \
282
+ $(WAIT ) ; \
283
+ $(COVERAGE ) combine --keep --data-file=coverage_all ./.coverage.* 2> $(ERROR_LOG_PATH ) || : ; \
284
+ $(COVERAGE ) combine --append ./coverage_* 2> $(ERROR_LOG_PATH ) || : ; \
285
+ $(COVERAGE ) report -m --include=multicast/* 2> $(ERROR_LOG_PATH ) || : ; \
285
286
$(COVERAGE ) xml -o test-reports/coverage.xml --include=multicast/* 2> $(ERROR_LOG_PATH ) || : ; \
286
287
fi
287
288
$(QUIET )$(WAIT ) ;
You can’t perform that action at this time.
0 commit comments