Skip to content

Commit

Permalink
Batchfile for running individual tests against current NPanday trunk.…
Browse files Browse the repository at this point in the history
… 'run' will run all tests. 'run 377' will run with '-Dtest=*377*'

git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/npanday-its/trunk@1098527 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lcorneliussen committed May 2, 2011
1 parent 4fc2cba commit 1347ca9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run.bat
Original file line number Original file line Diff line number Diff line change
@@ -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%

0 comments on commit 1347ca9

Please sign in to comment.