]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/preprocessor.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / preprocessor.py
index 9faa711b76b7e50a99525b2cd6f1391edd998b9b..715ae3e58821fcaeb5fc6e7b3159b77f926fc869 100755 (executable)
@@ -46,8 +46,8 @@ int foo()
 """)
 
 t.run_build_system()
-t.expect_addition("bin/$toolset/debug/hello.ii")
-t.expect_addition("bin/$toolset/debug/a.i")
-t.expect_addition("bin/$toolset/debug/hello.exe")
+t.expect_addition("bin/$toolset/debug*/hello.ii")
+t.expect_addition("bin/$toolset/debug*/a.i")
+t.expect_addition("bin/$toolset/debug*/hello.exe")
 
 t.cleanup()