You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/28 15:26:40 UTC

svn commit: r1676530 - /sling/trunk/launchpad/testing/README.txt

Author: cziegeler
Date: Tue Apr 28 13:26:39 2015
New Revision: 1676530

URL: http://svn.apache.org/r1676530
Log:
SLING-4674 : Launchpad Testing: Running mvn launchpad:run leads to errors

Modified:
    sling/trunk/launchpad/testing/README.txt

Modified: sling/trunk/launchpad/testing/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/README.txt?rev=1676530&r1=1676529&r2=1676530&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/README.txt (original)
+++ sling/trunk/launchpad/testing/README.txt Tue Apr 28 13:26:39 2015
@@ -33,7 +33,7 @@ integration-tests module.
 
 To run individual tests, see the README.txt in that module.
 
-Use mvn slingstart:run -Dlaunchpad.keep.running=true to start this test instance.
+Use mvn slingstart:start -Dlaunchpad.keep.running=true to start this test instance.
 It allows you to run and debug individual tests against it. The standard MAVEN_OPTS 
 environment variable can be used to activate debugging of the Sling instance that's 
 being tested.