]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-00-bootstrap.opts
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / buildtests / layer-00-bootstrap.opts
1 ## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 #
9 ## Special run - to be done before all others...
10 #
11 ## locate the sources and go there...
12 topb=`dirname $0`
13 topc=`dirname ${topb}`
14 cd ${topc}
15
16 # echo "DEBUG: top=${top}"
17 # echo "DEBUG: topB=${topb}"
18 # echo "DEBUG: topC=${topc}"
19
20 # Display branch info for log analysis to verify correct branch was tested
21 bzr info
22
23 ## Bootstrap the sources in case configure or makefiles changed.
24 ./bootstrap.sh
25 exit $?