From 044684ae83b62f1dd993b0874a8cd499c0a97426 Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Wed, 31 Aug 2022 17:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20mvn=20test.bat=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mvn test.bat | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mvn test.bat diff --git a/mvn test.bat b/mvn test.bat new file mode 100644 index 00000000..acda1e6e --- /dev/null +++ b/mvn test.bat @@ -0,0 +1,11 @@ + +:: 整体test +call mvn clean test + + +:: 最后打印 +echo; +echo; +echo ----------- test end ----------- +echo; +pause \ No newline at end of file