]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/out_of_tree.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / out_of_tree.py
index b655291515d16750f44b0372110a068b0570708a..400101e93a541f044259337a0ea988996374811d 100644 (file)
@@ -23,7 +23,7 @@ exe hello3 : hello.cpp ;
 t.write("p2/hello.cpp", "int main() {}\n")
 
 t.run_build_system(["p1", "p2//hello3"])
-t.expect_addition("p1/bin/$toolset/debug/hello.exe")
-t.expect_addition("p2/bin/$toolset/debug/hello3.exe")
+t.expect_addition("p1/bin/$toolset/debug*/hello.exe")
+t.expect_addition("p2/bin/$toolset/debug*/hello3.exe")
 
 t.cleanup()