Fix 'test' command on UNIX and Windows

This commit is contained in:
Antonin Delpeuch 2018-09-10 14:42:02 +01:00
parent df27f9f0ea
commit 2806b1face
2 changed files with 2 additions and 0 deletions

1
refine
View File

@ -580,6 +580,7 @@ mac_dist() {
}
test() {
mvn_prepare
$MVN test
}

View File

@ -188,6 +188,7 @@ set ACTION=%1
if ""%ACTION%"" == ""build"" goto doMvn
if ""%ACTION%"" == ""server_test"" goto doMvn
if ""%ACTION%"" == ""extensions_test"" goto doMvn
if ""%ACTION%"" == ""test"" goto doMvn
if ""%ACTION%"" == ""clean"" goto doMvn
if ""%ACTION%"" == ""distclean"" goto doMvn
if ""%ACTION%"" == ""run"" goto doRun