Fix 'test' command on UNIX and Windows
This commit is contained in:
parent
df27f9f0ea
commit
2806b1face
1
refine
1
refine
@ -580,6 +580,7 @@ mac_dist() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test() {
|
test() {
|
||||||
|
mvn_prepare
|
||||||
$MVN test
|
$MVN test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,6 +188,7 @@ set ACTION=%1
|
|||||||
if ""%ACTION%"" == ""build"" goto doMvn
|
if ""%ACTION%"" == ""build"" goto doMvn
|
||||||
if ""%ACTION%"" == ""server_test"" goto doMvn
|
if ""%ACTION%"" == ""server_test"" goto doMvn
|
||||||
if ""%ACTION%"" == ""extensions_test"" goto doMvn
|
if ""%ACTION%"" == ""extensions_test"" goto doMvn
|
||||||
|
if ""%ACTION%"" == ""test"" goto doMvn
|
||||||
if ""%ACTION%"" == ""clean"" goto doMvn
|
if ""%ACTION%"" == ""clean"" goto doMvn
|
||||||
if ""%ACTION%"" == ""distclean"" goto doMvn
|
if ""%ACTION%"" == ""distclean"" goto doMvn
|
||||||
if ""%ACTION%"" == ""run"" goto doRun
|
if ""%ACTION%"" == ""run"" goto doRun
|
||||||
|
Loading…
Reference in New Issue
Block a user