From: Amos Jeffries Date: Sun, 8 Feb 2009 04:56:58 +0000 (-0700) Subject: TestBed: tweak script X-Git-Tag: SQUID_3_2_0_1~1205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867e0552707df5b2b1ea8213af66136b40d9ef85;p=thirdparty%2Fsquid.git TestBed: tweak script --- diff --git a/scripts/testbed.sh b/scripts/testbed.sh index d8587c8332..3c9e26c159 100755 --- a/scripts/testbed.sh +++ b/scripts/testbed.sh @@ -1,5 +1,9 @@ #!/bin/sh +# cron Preparation Needed: +# cd ~/squid-3 && /bin/sh ./scripts/testbed.sh +# + ( # report email headers echo "To: noc@squid-cache.org" @@ -13,7 +17,7 @@ echo -n "SQUID:" && (bzr info | grep "public branch") # build results - bzr update + bzr update 2>&1 ./bootstrap.sh ./test-builds.sh