]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/disambiguation.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / disambiguation.py
index 72867e0a186ce4731386619f8778bafd925c9739..9544aa0f6ee61c42db18172a4f9c42537d317f30 100644 (file)
@@ -25,8 +25,8 @@ int main() {}
 
 t.run_build_system()
 
-t.expect_addition("bin/$toolset/debug/hello.exe")
-t.expect_addition("bin/$toolset/debug/hello.obj")
-t.expect_addition("bin/$toolset/release/hello.obj")
+t.expect_addition("bin/$toolset/debug*/hello.exe")
+t.expect_addition("bin/$toolset/debug*/hello.obj")
+t.expect_addition("bin/$toolset/release*/hello.obj")
 
 t.cleanup()