]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/example_libraries.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / example_libraries.py
index 3097bd952d322f1371a12df9c4d6302df85e5f64..60607b149ef585844816bfc9ce571820eebba15b 100644 (file)
@@ -15,7 +15,7 @@ t.set_tree("../example/libraries")
 
 t.run_build_system()
 
-t.expect_addition(["app/bin/$toolset/debug/app.exe",
-                   "util/foo/bin/$toolset/debug/bar.dll"])
+t.expect_addition(["app/bin/$toolset/debug*/app.exe",
+                   "util/foo/bin/$toolset/debug*/bar.dll"])
 
 t.cleanup()