This commit is contained in:
Looly 2024-07-10 20:30:35 +08:00
parent 30e4695096
commit 2b995a5370

View File

@ -50,4 +50,11 @@ public class RuntimeUtilTest {
Console.log("cpu个数{}", cpu);
Assert.assertTrue(cpu > 0);
}
@Test
@Ignore
public void issueIAB5LWTest() {
final String s = RuntimeUtil.execForStr("cmd /c netstat -aon | findstr 8080");
Console.log(s);
}
}