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