From 8fb66dcd1378078b2fe5d346dbafffa4a5bc663c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 9 Aug 2008 18:46:59 +1200 Subject: [PATCH] TestBed: continue testing even if make distclean fails --- test-suite/buildtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3