From 2ce41cbcb88a0e29e938a8d1ee7d5165373f4ca6 Mon Sep 17 00:00:00 2001 From: xyli Date: Fri, 3 Mar 2023 15:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ETestRun=20=E4=B8=BB=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/TestRun.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/TestRun.java b/src/test/java/TestRun.java index 393d2d9..b325aea 100644 --- a/src/test/java/TestRun.java +++ b/src/test/java/TestRun.java @@ -7,7 +7,10 @@ import io.jpom.JpomApplication; import java.io.*; public class TestRun { + public static void main(String[] args) throws IOException, InterruptedException { + testProcessBuilder("D:\\jpom\\agent\\script\\test\\script.bat"); + } } -- Gitee