]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/project_dependencies.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / project_dependencies.py
index 2e439d29148c5fe12df9593716f77cfa885151b7..600bc0ed59a9cbd599b65f0eef1f12e020be7567 100644 (file)
@@ -45,7 +45,7 @@ t.copy("src/a.cpp", "src/b.cpp")
 t.run_build_system()
 
 # Test that there is no "main-target-a" part.
-# t.expect_addition("src/bin/$toolset/debug/a.exe")
-# t.expect_addition("src/bin/$toolset/debug/b.exe")
+# t.expect_addition("src/bin/$toolset/debug*/a.exe")
+# t.expect_addition("src/bin/$toolset/debug*/b.exe")
 
 t.cleanup()