Repository: phoenix Updated Branches: refs/heads/4.0 ccf81c395 -> d2cef2bd3
PHOENIX-1601 - Performance.py script not working in binary distribution (jacobtardieu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d2cef2bd Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d2cef2bd Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d2cef2bd Branch: refs/heads/4.0 Commit: d2cef2bd363712d25fd7686251fbf3d66ba6728b Parents: ccf81c3 Author: Mujtaba <[email protected]> Authored: Wed Jan 21 10:29:00 2015 -0800 Committer: Mujtaba <[email protected]> Committed: Wed Jan 21 10:29:00 2015 -0800 ---------------------------------------------------------------------- bin/phoenix_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/d2cef2bd/bin/phoenix_utils.py ---------------------------------------------------------------------- diff --git a/bin/phoenix_utils.py b/bin/phoenix_utils.py index 2331ae9..eb17c43 100755 --- a/bin/phoenix_utils.py +++ b/bin/phoenix_utils.py @@ -50,7 +50,7 @@ def findFileInPathWithoutRecursion(pattern, path): def setPath(): PHOENIX_CLIENT_JAR_PATTERN = "phoenix-*-client.jar" - PHOENIX_TESTS_JAR_PATTERN = "phoenix-*-tests*.jar" + PHOENIX_TESTS_JAR_PATTERN = "phoenix-core-*-tests*.jar" global current_dir current_dir = os.path.dirname(os.path.abspath(__file__)) global phoenix_jar_path
