Fix warnings about unused pattern vars in various projects

This commit is contained in:
Simon Schäfer
2017-10-19 13:07:24 +02:00
parent 187a861194
commit 93e08b7ee7
7 changed files with 11 additions and 11 deletions
@@ -34,7 +34,7 @@ class JUnitXmlTestsListener(val outputDir: String) extends TestsListener {
val hostname =
try InetAddress.getLocalHost.getHostName
catch {
case x: IOException => "localhost"
case _: IOException => "localhost"
}
/**The dir in which we put all result files. Is equal to the given dir + "/test-reports"*/