]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/example_gettext.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / example_gettext.py
index e7cfa8eb7b938212308f7a7f9f0359be37185426..dc178568e7a7679f7d30829646967d28b1305d8d 100644 (file)
@@ -17,10 +17,10 @@ t.set_tree("../example/gettext")
 
 t.run_build_system(stderr=None)
 
-t.expect_addition(["bin/$toolset/debug/main.exe",
-                   "bin/$toolset/debug/russian.mo"])
+t.expect_addition(["bin/$toolset/debug*/main.exe",
+                   "bin/$toolset/debug*/russian.mo"])
 
-file = t.adjust_names(["bin/$toolset/debug/main.exe"])[0]
+file = t.adjust_names(["bin/$toolset/debug*/main.exe"])[0]
 
 input_fd = os.popen(file)
 input = input_fd.read();