Skip to content

Commit 1240cb0

Browse files
authored
Removed toleration of blank check findings (#2128)
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent f333c40 commit 1240cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ end2end_mocked: $(done_dir)/develop_$(pymn)_$(PACKAGE_LEVEL).done $(package_py_f
715715
-$(call RM_FUNC,end2end.log)
716716
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"
717717
coverage html
718-
-bash -c "tools/check_blanked.py --accept-null end2end.log"
718+
bash -c "tools/check_blanked.py --accept-null end2end.log"
719719
@echo "Makefile: $@ done."
720720

721721
.PHONY: authors

0 commit comments

Comments
 (0)