From: Tobias Geerinckx-Rice Date: Mon, 23 Nov 2020 05:36:53 +0100 Subject: [PATCH] gnu: lsof: Make test failures fatal. Submitted upstream[0]. [0]: https://github.com/lsof-org/lsof/pull/144 diff --git a/tests/Makefile b/tests/Makefile index 08574a0..2923bb8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -27,7 +27,7 @@ all: ${CKTSTDB} ${BASTST} ${STDTST} FRC exit 1 ;\ fi @rm -f config.LT* - -@err=0; \ + @err=0; \ echo ""; \ echo "Basic test:"; \ ./${BASTST}; \ @@ -54,8 +54,11 @@ all: ${CKTSTDB} ${BASTST} ${STDTST} FRC echo "Suggestion: try the optional tests: \"make opt\""; \ echo ""; \ fi; \ - fi; - @rm -f config.LT* + fi; \ + rm -f config.LT*; \ + if [ $$err -ne 0 ]; then \ + exit 1; \ + fi auto: ckDB silent FRC @@ -112,7 +115,7 @@ LTunix: LTunix.c ${CONFIG} ${LIBOBJ} ${HDR} config.ldflags opt: ${CKTSTDB} ${OPTTST} FRC @rm -f config.LT* - -@err=0; \ + @err=0; \ echo ""; \ echo "Optional tests:"; \ for i in ${OPTTST}; do \ @@ -126,8 +129,11 @@ opt: ${CKTSTDB} ${OPTTST} FRC else \ echo "All optional tests succeeded."; \ fi; \ - echo ""; - @rm -f config.LT* + echo ""; \ + rm -f config.LT*; \ + if [ $$err -ne 0 ]; then \ + exit 1; \ + fi optional: opt e/gnu/packages/diffoscope.scm?id=0cbc175c8bd3aecd837f1b0cd266e0deab177f40'>treecommitdiff
path: root/gnu/packages/diffoscope.scm
AgeCommit message (Expand)Author
2024-07-05ugnu: diffoscope: Update to 272....Vagrant Cascadian
2024-05-31gnu: diffoscope: Update to 269....Vagrant Cascadian
2024-04-23gnu: diffoscope: Update to 265....Vagrant Cascadian
2024-04-23gnu: reprotest: Update to 0.7.27....Vagrant Cascadian
2024-04-23gnu: diffoscope: Update to 264....Vagrant Cascadian
2024-04-15gnu: diffoscope: Increase test verbosity....Vagrant Cascadian
2024-04-10gnu: diffoscope: Avoid skipping several tests....Vagrant Cascadian
2024-04-09gnu: diffoscope: Update to 263....Wilko Meyer
2024-03-27gnu: diffoscope: Update to 261....Vagrant Cascadian
2024-03-13gnu: diffoscope: Update to 260....Vagrant Cascadian
2024-02-27gnu: diffoscope: Update to 258....Vagrant Cascadian
2024-02-09gnu: diffoscope: Update to 256 [security fixes]....Vagrant Cascadian
2024-02-02gnu: trydiffoscope: Update to 67.0.6....David Pflug
2024-02-02gnu: diffoscope: Update to 255....David Pflug
2023-12-31gnu: diffoscope: Update to 253....Vagrant Cascadian
2023-11-26gnu: diffoscope: Update to 252....Vagrant Cascadian