Prevent spurious error return.

This commit is contained in:
Eric S. Raymond 2023-02-28 14:48:33 -05:00
parent 20859304c0
commit 23e9931645

View file

@ -30,7 +30,7 @@ TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///' | sort)
check: savecheck
@make tap | tapview
@echo "=== No diff output is good news."
@-advent -x 2>/dev/null # Get usage message into coverage tests
@-advent -x 2>/dev/null || exit 0 # Get usage message into coverage tests
@-advent -l /dev/null <pitfall.log >/dev/null
.SUFFIXES: .chk