mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Restored to health on non-NT systems
[SVN r13742]
This commit is contained in:
@@ -19,8 +19,9 @@ t = Tester(
|
||||
|
||||
t.set_tree('startup')
|
||||
|
||||
t.run_build_system(
|
||||
status=1, stdout="You didn't set BOOST_ROOT", match = expect_substring)
|
||||
if os.name == 'nt':
|
||||
t.run_build_system(
|
||||
status=1, stdout="You didn't set BOOST_ROOT", match = expect_substring)
|
||||
|
||||
t.run_build_system(
|
||||
extra_args = '-sBOOST_ROOT=.', status=1
|
||||
|
||||
@@ -19,8 +19,9 @@ t = Tester(
|
||||
|
||||
t.set_tree('startup')
|
||||
|
||||
t.run_build_system(
|
||||
status=1, stdout="You didn't set BOOST_ROOT", match = expect_substring)
|
||||
if os.name == 'nt':
|
||||
t.run_build_system(
|
||||
status=1, stdout="You didn't set BOOST_ROOT", match = expect_substring)
|
||||
|
||||
t.run_build_system(
|
||||
extra_args = '-sBOOST_ROOT=.', status=1
|
||||
|
||||
Reference in New Issue
Block a user