]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: public branch name not always available. use checkout instead.
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Feb 2009 05:47:22 +0000 (18:47 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Feb 2009 05:47:22 +0000 (18:47 +1300)
scripts/testbed.sh

index 3c9e26c15926106c8f4f77a830ece175dc92312f..5106903a8ecd7efd766ccb9e1c5b0344e330a6d7 100755 (executable)
@@ -14,7 +14,7 @@
 # system details
        echo -n "SYSTEM: " && uname -rsim
        echo -n "DATE:   " && date
-       echo -n "SQUID:" && (bzr info | grep "public branch")
+       echo -n "SQUID:" && (bzr info | grep "checkout of branch")
 
 # build results
        bzr update 2>&1