]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/project_test4.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / test / project_test4.py
index ee12c4d910f98dff24d6179c13e1cccaf94d5c2f..30aabacceaf71841eab1f9928d9331e0bf731141 100644 (file)
@@ -16,13 +16,13 @@ t.run_build_system()
 
 t.expect_addition("bin/$toolset/debug*/a.obj")
 t.expect_content("bin/$toolset/debug*/a.obj",
-"""$toolset/debug*/include-everything
+"""$toolset/debug*/include-everything*
 a.cpp
 """)
 
 t.expect_addition("bin/$toolset/debug*/a.exe")
 t.expect_content("bin/$toolset/debug*/a.exe",
-"$toolset/debug*/include-everything\n" +
+"$toolset/debug*/include-everything*\n" +
 "bin/$toolset/debug*/a.obj lib/bin/$toolset/debug/optimization-speed*/b.obj\n"
 )