From: Amos Jeffries Date: Tue, 28 Oct 2008 11:22:17 +0000 (+1300) Subject: Test before building snapshot X-Git-Tag: SQUID_3_2_0_1~1365 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21b24bfb4fefa20dc2bc441f1b636da7e88603bb;p=thirdparty%2Fsquid.git Test before building snapshot To ensure that no snapshot goes out with known build errors. The snapshot daily report is expected to contain error message if any. --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 6c2bf985e9..f8cd7f561e 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -44,6 +44,7 @@ g/${VERSION}-[A-Z]*/ s//${VERSION}-${date}/ w EOS +./test-build.sh --cleanup || exit 1 ./configure --silent make -s dist-all