Merge branch '1.5.x'
This commit is contained in:
@@ -226,6 +226,25 @@ public class SysVinitLaunchScriptIT {
|
||||
coloredString(AnsiColor.GREEN, "Stopped [" + extractPid(output) + "]"));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void pidFolderOwnership() throws Exception {
|
||||
String output = doTest("pid-folder-ownership.sh");
|
||||
System.err.println(output);
|
||||
assertThat(output).contains("phil root");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void pidFileOwnership() throws Exception {
|
||||
String output = doTest("pid-file-ownership.sh");
|
||||
assertThat(output).contains("phil root");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void logFileOwnership() throws Exception {
|
||||
String output = doTest("log-file-ownership.sh");
|
||||
assertThat(output).contains("phil root");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void launchWithRelativeLogFolder() throws Exception {
|
||||
String output = doTest("launch-with-relative-log-folder.sh");
|
||||
|
||||
Reference in New Issue
Block a user