]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/library_order.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / library_order.py
index 188f533ab373e3ee775dae02309a1c97e10b2dd6..4b0585e0079ca5f00b7b62a6835026154ef72dad 100644 (file)
@@ -47,7 +47,7 @@ lib liba : a.cpp : <use>libb ;
 """)
 
 t.run_build_system(["-d2"])
-t.expect_addition("bin/$toolset/debug/main.exe")
+t.expect_addition("bin/$toolset/debug*/main.exe")
 
 
 # Test the order between searched libraries.