You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/05/02 10:08:01 UTC

svn commit: r1098527 - /incubator/npanday/npanday-its/trunk/run.bat

Author: lcorneliussen
Date: Mon May  2 10:08:01 2011
New Revision: 1098527

URL: http://svn.apache.org/viewvc?rev=1098527&view=rev
Log:
Batchfile for running individual tests against current NPanday trunk. 'run' will run all tests. 'run 377' will run with '-Dtest=*377*'

Added:
    incubator/npanday/npanday-its/trunk/run.bat

Added: incubator/npanday/npanday-its/trunk/run.bat
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/run.bat?rev=1098527&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/run.bat (added)
+++ incubator/npanday/npanday-its/trunk/run.bat Mon May  2 10:08:01 2011
@@ -0,0 +1,5 @@
+@echo off
+if X%1==X set test=
+if not X%1==X set test=-Dtest=*%1*
+@echo on
+mvn test -Prun-its -Dnpanday.version=1.3.1-incubating-SNAPSHOT %test%
\ No newline at end of file