From fb9329b9c565215315d22b62f05709453c74c053 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 13 Oct 2016 16:50:37 +1300 Subject: [PATCH] Tests: make bootstrap testing display branch details --- test-suite/buildtests/layer-00-bootstrap.opts | 3 +++ 1 file changed, 3 insertions(+) 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 $? -- 2.47.3