]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/notfile.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / notfile.py
index 10205f6ad7f495b1bea597d8d6d5ffa2693f0e22..602415ae5e87f45d51ac843d962a17e36dcb6e7b 100644 (file)
@@ -29,7 +29,7 @@ t.run_build_system(["-n", "-d+2"])
 
 t.fail_test(t.stdout().find("echo hi") == -1)
 
-name = t.adjust_names("bin/$toolset/debug/hello.exe")[0]
+name = t.adjust_names("bin/$toolset/debug*/hello.exe")[0]
 name = apply(os.path.join, name.split("/"));
 t.expect_output_lines(" valgrind *%s " % name)