You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/04/08 21:24:41 UTC

svn commit: r1585821 - /hive/trunk/testutils/ptest2/README.md

Author: hashutosh
Date: Tue Apr  8 19:24:40 2014
New Revision: 1585821

URL: http://svn.apache.org/r1585821
Log:
HIVE-6773 : Update readme for ptest2 framework (Szehon Ho via Brock Noland)

Modified:
    hive/trunk/testutils/ptest2/README.md

Modified: hive/trunk/testutils/ptest2/README.md
URL: http://svn.apache.org/viewvc/hive/trunk/testutils/ptest2/README.md?rev=1585821&r1=1585820&r2=1585821&view=diff
==============================================================================
--- hive/trunk/testutils/ptest2/README.md (original)
+++ hive/trunk/testutils/ptest2/README.md Tue Apr  8 19:24:40 2014
@@ -5,6 +5,20 @@ to dive into the code, start with org.ap
 
 # Building
 
+Approvals is required for testing and must be manually installed:
+
+
+http://sourceforge.net/projects/approvaltests/files/ApprovalTests.Java/
+
+Example:
+
+cd /tmp
+wget http://people.apache.org/~brock/ApprovalTests.013/ApprovalTests.jar
+mvn install:install-file -Dfile=/tmp/ApprovalTests.jar -DgroupId=approvaltests \
+      -DartifactId=ApprovalsJava -Dversion=013 -Dpackaging=jar
+
+# Building
+
     mvn clean package
 
 # Sizing