You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/java/org/springframework/boot/launchscript/SysVinitLaunchScriptIT.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,6 @@ public void launchWithRelativePidFolder() throws Exception {
223
223
@Test
224
224
publicvoidpidFolderOwnership() throwsException {
225
225
Stringoutput = doTest("pid-folder-ownership.sh");
226
-
System.err.println(output);
227
226
assertThat(output).contains("phil root");
228
227
}
229
228
@@ -239,6 +238,18 @@ public void logFileOwnership() throws Exception {
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script
0 commit comments