2
0
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:
Vladimir Prus
2006-07-20 08:10:45 +00:00
parent 9b8d54df9c
commit d523c1fa4d

View File

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