From 371a33e03b4e3c8207a6a6dd03fcc79d2a6451cd Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Thu, 9 Feb 2012 00:43:20 +0000 Subject: [PATCH] tests: Fix the glob used for the python module Signed-off-by: Alberto Bertogli --- tests/util/wrap-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/wrap-python b/tests/util/wrap-python index 930c139..629a45b 100755 --- a/tests/util/wrap-python +++ b/tests/util/wrap-python @@ -34,7 +34,7 @@ os.environ["LD_LIBRARY_PATH"] = ":".join([lib_path, \ # Find out the corresponding module path for the desired python version. The # path must be absolute mod_bins = glob.glob(os.path.dirname(sys.argv[0]) + - "/../../bindings/python/build/lib*-%s.*/libjio.so" \ + "/../../bindings/python/build/lib*-%s.*/libjio*.so" \ % py_ver) if not mod_bins: sys.stderr.write(("Can't find python%s bindings, run " + -- 2.11.4.GIT