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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@
59
59
* Integration tests for Spring Boot's launch script on OSs that use SysVinit.
60
60
*
61
61
* @author Andy Wilkinson
62
+
* @author Ali Shahbour
62
63
*/
63
64
@RunWith(Parameterized.class)
64
65
publicclassSysVinitLaunchScriptIT {
@@ -194,6 +195,12 @@ public void launchWithSingleJavaOpt() throws Exception {
Copy file name to clipboardExpand all lines: spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/test-functions.sh
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