2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Remove one directory level in testcase, so stay below 8-level limit of some

broken systems.


[SVN r25563]
This commit is contained in:
Vladimir Prus
2004-10-05 07:12:26 +00:00
parent 0ec36774c0
commit 4ca82ca25f
6 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# Emulate v1 behavior; with the boost-build file in the boost root directory.
boost-build tools/build ;
boost-build build ;

View File

@@ -1 +1 @@
boost-build ../boost-root/tools/build ;
boost-build ../boost-root/build ;

View File

@@ -73,7 +73,7 @@ However, it failed to call the "boost-build" rule'''
# test bootstrapping based on BOOST_BUILD_PATH
os.chdir('../bootstrap-env')
t.run_build_system(
extra_args = '-sBOOST_ROOT=../boost-root -sBOOST_BUILD_PATH=../boost-root/tools/build'
extra_args = '-sBOOST_ROOT=../boost-root -sBOOST_BUILD_PATH=../boost-root/build'
, stdout = 'build system bootstrapped'
)

View File

@@ -64,7 +64,7 @@ However, it failed to call the "boost-build" rule'''
# test bootstrapping based on BOOST_BUILD_PATH
os.chdir('../bootstrap-env')
t.run_build_system(
extra_args = '-sBOOST_BUILD_PATH=../boost-root/tools/build'
extra_args = '-sBOOST_BUILD_PATH=../boost-root/build'
, stdout = 'build system bootstrapped'
)