From e1608eda1f607a0e309fe0fbbb01ca950e1ae8db Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 31 May 2018 21:33:23 +0800 Subject: [PATCH] mvm test param add -U --- web/bin/init-data.bat | 2 +- web/bin/init-data.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/bin/init-data.bat b/web/bin/init-data.bat index cad88667..d8668c5b 100644 --- a/web/bin/init-data.bat +++ b/web/bin/init-data.bat @@ -36,6 +36,6 @@ echo. cd %~dp0 cd .. -call mvn test -Dtest=com.jeesite.test.InitCoreData +call mvn test -Dtest=com.jeesite.test.InitCoreData -U pause \ No newline at end of file diff --git a/web/bin/init-data.sh b/web/bin/init-data.sh index 93268f61..aaa8f051 100644 --- a/web/bin/init-data.sh +++ b/web/bin/init-data.sh @@ -29,4 +29,4 @@ read -s -n1 -p "请按任意键继续 ... " echo "" cd .. -mvn test -Dtest=com.jeesite.test.InitCoreData +mvn test -Dtest=com.jeesite.test.InitCoreData -U