Repository: phoenix
Updated Branches:
  refs/heads/master 97a906bc7 -> 3594bb3bd


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

Branch: refs/heads/master
Commit: 3594bb3bd7569d6eea6416402dbd96fc09413914
Parents: 97a906b
Author: Mujtaba <[email protected]>
Authored: Wed Jan 21 16:59:24 2015 -0800
Committer: Mujtaba <[email protected]>
Committed: Wed Jan 21 16:59:24 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3594bb3b/bin/phoenix_utils.py
----------------------------------------------------------------------
diff --git a/bin/phoenix_utils.py b/bin/phoenix_utils.py
index 4f7d9c3..5a9145d 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