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

Unbreak the test on Windows.

[SVN r19258]
This commit is contained in:
Vladimir Prus
2003-07-22 09:31:45 +00:00
parent 0f3a093787
commit a2cbcc3485
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ int main()
""")
# Don't check stderr, which can include warning about unused 'c'.
t.run_build_system(stderr=None)
t.expect_addition("bin/$toolset/debug/main-target-hello/hello")
t.run_build_system(stdout=None, stderr=None)
t.expect_addition("bin/$toolset/debug/main-target-hello/hello.exe")
t.cleanup()

View File

@@ -28,7 +28,7 @@ int main()
""")
# Don't check stderr, which can include warning about unused 'c'.
t.run_build_system(stderr=None)
t.expect_addition("bin/$toolset/debug/main-target-hello/hello")
t.run_build_system(stdout=None, stderr=None)
t.expect_addition("bin/$toolset/debug/main-target-hello/hello.exe")
t.cleanup()