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:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user