From a2cbcc3485445705a2c0585f08a4535b7623a6b5 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 22 Jul 2003 09:31:45 +0000 Subject: [PATCH] Unbreak the test on Windows. [SVN r19258] --- test/conditionals3.py | 4 ++-- v2/test/conditionals3.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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()