Fix typo in comment in Wildfly build
This commit fixes a typographical error in the Wildfly tests build file. Oops.
This commit is contained in:
parent
3b0a428712
commit
876b16e75a
|
@ -139,7 +139,7 @@ task startWildfly {
|
|||
|
||||
/*
|
||||
* As soon as we know the management port, we fork a process that will ensure the Wildfly process is killed if we
|
||||
* teardown abnormally. We skip these tests on Windows so we do no need to worry about CLI compatibility here.
|
||||
* teardown abnormally. We skip these tests on Windows so we do not need to worry about CLI compatibility here.
|
||||
*/
|
||||
final File script = new File(project.buildDir, "wildfly/wildfly.killer.sh")
|
||||
script.setText(
|
||||
|
@ -173,7 +173,7 @@ task configureTransportClient(type: LoggedExec) {
|
|||
}
|
||||
|
||||
task stopWildfly(type: LoggedExec) {
|
||||
// we skip these tests on Windows so we do no need to worry about CLI compatibility here
|
||||
// we skip these tests on Windows so we do not need to worry about CLI compatibility here
|
||||
commandLine "${wildflyInstall}/bin/jboss-cli.sh", "--controller=localhost:${-> managementPort}", "--connect", "command=shutdown"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue