diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-01 02:39:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-01 02:39:28 +0200 |
commit | de0879931ee3f9e5191b361d673e5e5d8d4dadcf (patch) | |
tree | 086f026eb108f3aae692f327396a34012c1eff03 /src/templating/run-original-tests.sh | |
parent | 45f388a05a105975cdcbeab0892a2fe78a8a4416 (diff) |
clean, but not log file
Diffstat (limited to 'src/templating/run-original-tests.sh')
-rwxr-xr-x | src/templating/run-original-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |