From: Amos Jeffries Date: Fri, 9 Sep 2011 09:28:19 +0000 (-0600) Subject: Maintenance: re-instate snapshot testing X-Git-Tag: take08~4^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e029652ff542010bdfce8e3554a5f99c73468e6;p=thirdparty%2Fsquid.git Maintenance: re-instate snapshot testing --- diff --git a/mksnapshot.sh b/mksnapshot.sh index b9e5bea8b1..d035cbbdcd 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -55,7 +55,7 @@ echo "REVISION: ${revision}" echo "STARTDIR: ${startdir}" echo "TMPDIR: ${tmpdir}" -#./test-builds.sh --cleanup || exit 1 +./test-builds.sh --cleanup || exit 1 ./configure --silent --enable-build-info="DATE: ${date} REVISION: ${revision}" make -s dist-all