]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/make_rule.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / make_rule.py
index f13bdb4cdbde2c36c159bacbd5d263d66e188171..4a2e09ad996bed0b874ce93b1566d7abe1a61353 100644 (file)
@@ -28,8 +28,8 @@ make foo.bar : : creator : <test_feature>12345678 ;
 """)
 
 t.run_build_system()
-t.expect_addition("bin/$toolset/debug/foo.bar")
-t.fail_test(string.find(t.read("bin/$toolset/debug/foo.bar"), "12345678") == -1)
+t.expect_addition("bin/$toolset/debug*/foo.bar")
+t.fail_test(string.find(t.read("bin/$toolset/debug*/foo.bar"), "12345678") == -1)
 
 
 # Regression test. Make sure that if a main target is requested two times, and