From de0879931ee3f9e5191b361d673e5e5d8d4dadcf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Apr 2024 02:39:28 +0200 Subject: clean, but not log file --- src/templating/run-original-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh index f9dbe316c..8df0331fb 100755 --- a/src/templating/run-original-tests.sh +++ b/src/templating/run-original-tests.sh @@ -7,7 +7,7 @@ export CFLAGS="-g" function build() { echo "Ensuring clean state on exit ..." - make clean + make clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-compile mostlyclean-libtool make } @@ -16,7 +16,7 @@ trap build EXIT echo "Ensuring clean state on entry to legacy tests ..." -make clean +make clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-compile mostlyclean-libtool # The build fails if libjson-c-dev is not installed. # That's OK, we don't otherwise need it and don't -- cgit v1.2.3