]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/copy_time.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / copy_time.py
index 4bdaa88f7e97f277e214c487e520649a92bbb018..5fd4b8fdf0fe320aa863c3a3d1dd00bed31aeae5 100755 (executable)
@@ -50,13 +50,13 @@ install test2i : test2 : <dependency>test1 ;
 """)
 
 tester.run_build_system()
-tester.expect_addition("bin/$toolset/debug/test2.obj")
-tester.expect_addition("bin/$toolset/debug/test1.obj")
+tester.expect_addition("bin/$toolset/debug*/test2.obj")
+tester.expect_addition("bin/$toolset/debug*/test1.obj")
 tester.expect_addition("test2i/test2.obj")
 tester.expect_nothing_more()
 
 test2src = tester.read("test2i/test2.obj")
-test2dest = tester.read("bin/$toolset/debug/test2.obj")
+test2dest = tester.read("bin/$toolset/debug*/test2.obj")
 if test2src != test2dest:
     BoostBuild.annotation("failure", "The object file was not copied "
         "correctly")