Skip to content

Commit 93afccd

Browse files
committed
test: fix failed cases
1 parent 71a43c3 commit 93afccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-test/src/test/java/com/reajason/javaweb/integration/ShellAssertion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public static void testListProcessAndAttachAll(String url, ContainerTestConfig c
547547
attachResult = appContainer.execInContainer("/opt/IBM/WebSphere/AppServer/java/bin/java", "-jar", jarPath, "all");
548548
attachStdout = attachResult.getStdout();
549549
if (attachStdout.contains("no such file or directory")) {
550-
attachResult = appContainer.execInContainer("/opt/IBM/WebSphere/AppServer/java/8.0/jre/bin/java", "-jar", jarPath);
550+
attachResult = appContainer.execInContainer("/opt/IBM/WebSphere/AppServer/java/8.0/jre/bin/java", "-jar", jarPath, "all");
551551
attachStdout = attachResult.getStdout();
552552
}
553553
}

0 commit comments

Comments
 (0)