Repository: phoenix
Updated Branches:
  refs/heads/3.0 8d16f8b63 -> a312f13d2


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/a312f13d
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a312f13d
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a312f13d

Branch: refs/heads/3.0
Commit: a312f13d2dee4be8c7dd41d5b456d53523797a13
Parents: 8d16f8b
Author: Mujtaba <mujt...@apache.org>
Authored: Wed Jan 21 17:01:51 2015 -0800
Committer: Mujtaba <mujt...@apache.org>
Committed: Wed Jan 21 17:01:51 2015 -0800

----------------------------------------------------------------------
 bin/phoenix_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a312f13d/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

Reply via email to