]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/make_rule.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / test / make_rule.py
index 4a2e09ad996bed0b874ce93b1566d7abe1a61353..ab994376e13c19f29a891c822b9d5d82ecd859a3 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/foo.bar")
+t.fail_test(string.find(t.read("bin/foo.bar"), "12345678") == -1)
 
 
 # Regression test. Make sure that if a main target is requested two times, and