From: Amos Jeffries Date: Thu, 13 Oct 2016 03:50:37 +0000 (+1300) Subject: Tests: make bootstrap testing display branch details X-Git-Tag: SQUID_4_0_16~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9329b9c565215315d22b62f05709453c74c053;p=thirdparty%2Fsquid.git Tests: make bootstrap testing display branch details --- diff --git a/test-suite/buildtests/layer-00-bootstrap.opts b/test-suite/buildtests/layer-00-bootstrap.opts index 8b3397f9f0..2a9a782fa1 100644 --- a/test-suite/buildtests/layer-00-bootstrap.opts +++ b/test-suite/buildtests/layer-00-bootstrap.opts @@ -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 $?