From 88232eacfa6b049ede7db5e686efaaf8e91689a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 24 Jul 2012 07:36:58 +0000 Subject: [PATCH] Made Boost Build's internal core_action_output.py test a bit more strict. [SVN r79716] --- v2/test/core_action_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/core_action_output.py b/v2/test/core_action_output.py index 873b74518..b26f0e0bd 100755 --- a/v2/test/core_action_output.py +++ b/v2/test/core_action_output.py @@ -56,7 +56,7 @@ t.expect_nothing_more() t.run_build_system(["-ffile.jam", "-sXXX=5", "-p3"], stderr="stderr\n") t.expect_output_lines("{{{ 5 }}}") t.expect_output_lines("stdout") -t.expect_output_lines("stderr", False) +t.expect_output_lines("stderr*", False) t.expect_nothing_more() t.cleanup()