X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Ftools%2Fbuild%2Ftest%2Fexample_gettext.py;h=dc178568e7a7679f7d30829646967d28b1305d8d;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=e7cfa8eb7b938212308f7a7f9f0359be37185426;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/tools/build/test/example_gettext.py b/ceph/src/boost/tools/build/test/example_gettext.py index e7cfa8eb7..dc178568e 100644 --- a/ceph/src/boost/tools/build/test/example_gettext.py +++ b/ceph/src/boost/tools/build/test/example_gettext.py @@ -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();