]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/resolution.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / resolution.py
index a9708573280aa426f0595f8f740023c682de9244..9cde218fad9005c5c4253ab5073e160832964c69 100644 (file)
@@ -24,12 +24,12 @@ t.write("hello.cpp", "int main() {}\n")
 
 t.run_build_system()
 
-t.expect_addition("bin/$toolset/debug/hello.obj")
+t.expect_addition("bin/$toolset/debug*/hello.obj")
 
 t.touch("hello.cpp")
 t.run_build_system(["s"])
 # If 'hello' in the 's' target resolved to file in the current dir, nothing
 # will be rebuilt.
-t.expect_touch("bin/$toolset/debug/hello.obj")
+t.expect_touch("bin/$toolset/debug*/hello.obj")
 
 t.cleanup()