Skip to content

Commit 84d6132

Browse files
committed
Stop clobbering the non-zero exit code
1 parent 14a6c41 commit 84d6132

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
@@ -1,6 +1,6 @@
11
.PHONY: test
22
test:
3-
@swipl -g "load_files([tests/test_pa]), run_tests" -t halt || true
3+
@swipl -g "load_files([tests/test_pa]), run_tests" -t halt
44

55
.PHONY: testc
66
testc:

0 commit comments

Comments
 (0)