Repository: phoenix Updated Branches: refs/heads/4.2 b08b1dedc -> 93aa244b8
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/93aa244b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/93aa244b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/93aa244b Branch: refs/heads/4.2 Commit: 93aa244b86006925850e4d95b0bf1bbb37c0874c Parents: b08b1de Author: Mujtaba <[email protected]> Authored: Wed Jan 21 10:28:13 2015 -0800 Committer: Mujtaba <[email protected]> Committed: Wed Jan 21 10:28:13 2015 -0800 ---------------------------------------------------------------------- bin/phoenix_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/93aa244b/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
