You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/05/29 20:26:15 UTC

svn commit: r1343896 - /rave/site/trunk/content/integration-tests.mdtext

Author: jasha
Date: Tue May 29 18:26:14 2012
New Revision: 1343896

URL: http://svn.apache.org/viewvc?rev=1343896&view=rev
Log:
RAVE-610 profile integration-tests is now mandatory to start the portal in the tests

Modified:
    rave/site/trunk/content/integration-tests.mdtext

Modified: rave/site/trunk/content/integration-tests.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/integration-tests.mdtext?rev=1343896&r1=1343895&r2=1343896&view=diff
==============================================================================
--- rave/site/trunk/content/integration-tests.mdtext (original)
+++ rave/site/trunk/content/integration-tests.mdtext Tue May 29 18:26:14 2012
@@ -34,10 +34,8 @@ The integration tests can be triggered a
 
     mvn -Pintegration-tests
 
-If you only want to run the integration tests without building the whole project execute from `rave-integration-tests`
-directory:
-
-    mvn clean integration-test
+If you only want to run the integration tests without building the whole project execute this from `rave-integration-tests`
+directory.
 
 Maven will delete the existing H2 database in `/tmp`, start up the portal, run all tests and then shut down the portal.