We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215d488 commit a65986fCopy full SHA for a65986f
testsuite/src/test/groovy/noe/HttpdKillTestIT.groovy
@@ -37,7 +37,7 @@ class HttpdKillTestIT extends TestAbstract {
37
JBFile.delete(sslConfFile)
38
// we are not testing mod_cluster here, lets remove mod_cluster
39
def mod_clusterConfFile = new File(httpdServer.getConfDeploymentPath(), DefaultProperties.MOD_CLUSTER_CONFIG_FILE)
40
- log.debug("Deleting mod-cluster.conf: $mod_clusterConfFile.absolutePath")
+ log.debug("Deleting ${DefaultProperties.MOD_CLUSTER_CONFIG_FILE}: $mod_clusterConfFile.absolutePath")
41
JBFile.delete(mod_clusterConfFile)
42
}
43
0 commit comments