2
0
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:
Dave Abrahams
2002-05-08 11:39:23 +00:00
parent b8e47ad238
commit afb0ec71a3
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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