]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/load_order.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / load_order.py
index c35ca8da387b8e293c35e7da741a7634aa7ca6ee..6e00550262e2083152adff5b740540e6896369e2 100644 (file)
@@ -32,7 +32,7 @@ int main() {}
 
 t.run_build_system()
 
-t.expect_addition("child/bin/$toolset/debug/main.exe")
+t.expect_addition("child/bin/$toolset/debug*/main.exe")
 t.fail_test(t.stdout().find("Setting child requirements") < t.stdout().find(
     "Setting parent requirements"))
 
@@ -49,7 +49,7 @@ int main() {}
 """)
 
 t.run_build_system(subdir="src/app")
-t.expect_addition("src/app/bin/$toolset/debug/test.exe")
+t.expect_addition("src/app/bin/$toolset/debug*/test.exe")
 
 
 # child/child2 used to be loaded before child