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:
@@ -1,2 +1,2 @@
|
||||
# Emulate v1 behavior; with the boost-build file in the boost root directory.
|
||||
boost-build tools/build ;
|
||||
boost-build build ;
|
||||
|
||||
@@ -1 +1 @@
|
||||
boost-build ../boost-root/tools/build ;
|
||||
boost-build ../boost-root/build ;
|
||||
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user