Repository: phoenix
Updated Branches:
  refs/heads/3.2 ecd473410 -> 36ea5bb64


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

Branch: refs/heads/3.2
Commit: 36ea5bb640598f1aeb7fa02465232cb7c12faf55
Parents: ecd4734
Author: Mujtaba <[email protected]>
Authored: Wed Jan 21 17:01:06 2015 -0800
Committer: Mujtaba <[email protected]>
Committed: Wed Jan 21 17:01:06 2015 -0800

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


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