From 55cfaee8fda1d1657bc2a5a57a1756845eb2a986 Mon Sep 17 00:00:00 2001 From: clanmills Date: Sun, 19 Apr 2020 14:54:33 +0100 Subject: [PATCH] enhanced_test3_0.27. $ make tests ignores errors from bash_tests, new_test, unit_test and version_test --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 597a9219..d73698b3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -138,7 +138,7 @@ version_test \ unit_test \ bash_tests \ tests: - @./$@.sh + -@./$@.sh alltest: @echo @@ -169,7 +169,7 @@ unixtest: done new_tests: - ( cd ../tests ; python3 runner.py --verbose ) + -( cd ../tests ; python3 runner.py --verbose ) testv: