mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Use some wildcard matching on the expected output as 'echo' on Windows outputs extra space before EOLs, which Unix doesn't.
[SVN r38965]
This commit is contained in:
@@ -74,7 +74,7 @@ t.expect_addition("bin/r-f.test/$toolset/debug/r-f.test")
|
||||
|
||||
# Make sure args are handled.
|
||||
t.expect_content("bin/r.test/$toolset/debug/r.output",
|
||||
"foo\nbar\n\nEXIT STATUS: 0\n",True)
|
||||
"foo\nbar\n*\nEXIT STATUS: 0*\n",True)
|
||||
|
||||
# Test that input file is handled as well.
|
||||
t.write("r.cpp", """
|
||||
|
||||
Reference in New Issue
Block a user