diff --git a/test/conditionals3.py b/test/conditionals3.py index c4b067dd0..f31a341c0 100644 --- a/test/conditionals3.py +++ b/test/conditionals3.py @@ -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() diff --git a/v2/test/conditionals3.py b/v2/test/conditionals3.py index c4b067dd0..f31a341c0 100644 --- a/v2/test/conditionals3.py +++ b/v2/test/conditionals3.py @@ -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()