Skip to content

Commit

Permalink
Improved runner script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorneliussen committed Nov 28, 2011
1 parent d3230af commit dd1ffd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
:LicenseComment

@echo off
if X%1==X set test=
if not X%1==X set test=-Dtest=*%1*

if X%2==X set version=1.4.1-incubating-SNAPSHOT
if not X%2==X set version=%2
@echo on
mvn test -Prun-its -Dnpanday.version=1.4.0-incubating-SNAPSHOT %test%

mvn test -Prun-its -Dnpanday.version=%version% %test%

0 comments on commit dd1ffd0

Please sign in to comment.