SLING-738 - additional info on jcrinstall integration tests

git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk@741171 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
index 674b667..bbe213b 100644
--- a/README.txt
+++ b/README.txt
@@ -103,3 +103,21 @@
 jcrinstall-tests profile such as in
 
    mvn -P jcrinstall-tests integration-test
+   
+*** WARNING: the jcrinstall-tests do not work in revision 741168, due to changes
+in the start levels. They can be run according to the scenario below, if you 
+change the default bundles start level to 30, after starting the Sling instance
+with mvn jetty:run, from http://localhost:8888/system/console/vmstat. ***     
+
+To run the jcrinstall integration tests quickly, without having to start the
+webapp first:
+
+1. Run mvn clean package jetty:run -P jcrinstall-tests in a first console
+
+(1.5 see WARNING above - adjust the default bundles start level)
+
+2. In another console run
+
+  mvn test -Pjcrinstall-tests  -Dtest=**/integrationtest/jcrinstall/**/*Test.java
+  
+