You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2011/02/10 22:58:02 UTC

svn commit: r1069587 - /incubator/stanbol/trunk/enhancer/integration-tests/README.txt

Author: bdelacretaz
Date: Thu Feb 10 21:58:02 2011
New Revision: 1069587

URL: http://svn.apache.org/viewvc?rev=1069587&view=rev
Log:
mention -Dmaven.surefire.debug.

Modified:
    incubator/stanbol/trunk/enhancer/integration-tests/README.txt

Modified: incubator/stanbol/trunk/enhancer/integration-tests/README.txt
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/integration-tests/README.txt?rev=1069587&r1=1069586&r2=1069587&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/integration-tests/README.txt (original)
+++ incubator/stanbol/trunk/enhancer/integration-tests/README.txt Thu Feb 10 21:58:02 2011
@@ -19,6 +19,8 @@ In a different console, you can now run 
 
   $ mvn -o test -Dtest.server.url=http://localhost:54530 -Dtest=StatelessEngineTest
   
+And add -Dmaven.surefire.debug to enable debugging of the tests.
+
 Or do the same from your IDE, see the POM for system properties that the tests
 expect.