]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/remove_requirement.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / remove_requirement.py
index fa820c869f7358a23b56b1c07efdb13298e155c1..8009e0f648787f8d1a802fcdce4c60412209b579 100644 (file)
@@ -55,10 +55,10 @@ exe hello : hello.cpp ;
 
 t.run_build_system()
 
-t.expect_addition("sub/bin/$toolset/debug/link-static/hello.exe")
-t.expect_addition("sub2/bin/$toolset/debug/link-static/hello.exe")
-t.expect_addition("sub3/bin/$toolset/debug/threading-multi/hello.exe")
-t.expect_addition("sub4/bin/$toolset/debug/threading-multi/hello.exe")
+t.expect_addition("sub/bin/$toolset/debug/link-static*/hello.exe")
+t.expect_addition("sub2/bin/$toolset/debug/link-static*/hello.exe")
+t.expect_addition("sub3/bin/$toolset/debug/threading-multi*/hello.exe")
+t.expect_addition("sub4/bin/$toolset/debug/threading-multi*/hello.exe")
 
 t.rm(".")
 
@@ -84,6 +84,6 @@ Broken
 
 t.run_build_system()
 
-t.expect_addition("sub/bin/$toolset/debug/hello.exe")
+t.expect_addition("sub/bin/$toolset/debug*/hello.exe")
 
 t.cleanup()