mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Merge: fix expectations
[SVN r34618]
This commit is contained in:
@@ -12,11 +12,11 @@ t = Tester()
|
||||
|
||||
t.set_tree("boostbook")
|
||||
# For some reason, the messages are sent to stderr.
|
||||
t.run_build_system(stderr="""Writing A.html for refentry(A)
|
||||
t.run_build_system(stderr="""Writing boost/A.html for refentry(boost.A)
|
||||
Writing library/reference.html for section(library.reference)
|
||||
Writing index.html for chapter(library)
|
||||
Writing HTML.manifest
|
||||
""")
|
||||
t.expect_addition(["html/A.html", "html/index.html"])
|
||||
t.expect_addition(["html/boost/A.html", "html/index.html"])
|
||||
|
||||
t.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user