]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Tests: make bootstrap testing display branch details
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Oct 2016 03:50:37 +0000 (16:50 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Oct 2016 03:50:37 +0000 (16:50 +1300)
test-suite/buildtests/layer-00-bootstrap.opts

index 8b3397f9f04d06a8240b5104a90ee7653c3667a6..2a9a782fa1f942e0a7b9a3c27563f2d4a61585df 100644 (file)
@@ -17,6 +17,9 @@ cd ${topc}
 # echo "DEBUG: topB=${topb}"
 # echo "DEBUG: topC=${topc}"
 
+# Display branch info for log analysis to verify correct branch was tested
+bzr info
+
 ## Bootstrap the sources in case configure or makefiles changed.
 ./bootstrap.sh
 exit $?