We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f333c40 commit 1240cb0Copy full SHA for 1240cb0
1 file changed
Makefile
@@ -715,7 +715,7 @@ end2end_mocked: $(done_dir)/develop_$(pymn)_$(PACKAGE_LEVEL).done $(package_py_f
715
-$(call RM_FUNC,end2end.log)
716
bash -c "PYTHONPATH=. TESTLOGFILE=end2end.log TESTEND2END_LOAD=true TESTINVENTORY=tests/end2end/mocked_inventory.yaml TESTVAULT=tests/end2end/mocked_vault.yaml coverage run --append -m pytest -v -m 'not check_hmcs' $(pytest_general_opts) $(pytest_test_opts) $(test_dir)/end2end"
717
coverage html
718
- -bash -c "tools/check_blanked.py --accept-null end2end.log"
+ bash -c "tools/check_blanked.py --accept-null end2end.log"
719
@echo "Makefile: $@ done."
720
721
.PHONY: authors
0 commit comments