Skip to content

Commit

Permalink
force make error to exit 1
Browse files Browse the repository at this point in the history
This is a deliberate error to test code test.yml.

TODO: Remove this line after we see what happens:

```diff
diff --git a/Makefile b/Makefile
index 85d01c05..d3ea5197 100644
--- a/Makefile
+++ b/Makefile
@@ -915,6 +915,7 @@ test:
        ${E} ${MAKE} ${MAKE_CD_Q} -C test_ioccc $@
        ${E} ${RM} -f jparse/test_jparse/pr_jparse_test
        ${S} echo
+       exit 1 # XXX - deliberate failure to test code test.yml - XXX
        ${S} echo "${OUR_NAME}: make $@ ending"

 # run test-chkentry on test_JSON files
```
  • Loading branch information
lcn2 committed Jul 4, 2024
1 parent ac85cb2 commit 73a965d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ test:
${E} ${MAKE} ${MAKE_CD_Q} -C test_ioccc $@
${E} ${RM} -f jparse/test_jparse/pr_jparse_test
${S} echo
exit 1 # XXX - deliberate failure to test code test.yml - XXX
${S} echo "${OUR_NAME}: make $@ ending"

# run test-chkentry on test_JSON files
Expand Down

0 comments on commit 73a965d

Please sign in to comment.