Fix 'test' command on UNIX and Windows
This commit is contained in:
parent
df27f9f0ea
commit
2806b1face
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user