Prevent spurious error return.
This commit is contained in:
parent
20859304c0
commit
23e9931645
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///' | sort)
|
||||||
check: savecheck
|
check: savecheck
|
||||||
@make tap | tapview
|
@make tap | tapview
|
||||||
@echo "=== No diff output is good news."
|
@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
|
@-advent -l /dev/null <pitfall.log >/dev/null
|
||||||
|
|
||||||
.SUFFIXES: .chk
|
.SUFFIXES: .chk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue