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

Made Boost Build's internal core_action_output.py test a bit more strict.

[SVN r79716]
This commit is contained in:
Jurko Gospodnetić
2012-07-24 07:36:58 +00:00
parent 8423e06917
commit 88232eacfa

View File

@@ -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()