From: Amos Jeffries Date: Sat, 9 Aug 2008 06:46:59 +0000 (+1200) Subject: TestBed: continue testing even if make distclean fails X-Git-Tag: SQUID_3_1_0_1~49^2~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fb66dcd1378078b2fe5d346dbafffa4a5bc663c;p=thirdparty%2Fsquid.git TestBed: continue testing even if make distclean fails --- diff --git a/test-suite/buildtest.sh b/test-suite/buildtest.sh index 4c3e214e1a..52a43e0903 100755 --- a/test-suite/buildtest.sh +++ b/test-suite/buildtest.sh @@ -31,7 +31,7 @@ fi # # empty all the existing code, reconfigure and builds test code -make -k distclean +make -k distclean || echo "distclean done. errors are unwanted but okay here." # # above command currently encounters dependancy problems on cleanup.