mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
Fix #3746: Scripted should fail when no tests match the pattern
This commit is contained in:
@@ -104,7 +104,7 @@ object Scripted {
|
||||
launcherJar: File,
|
||||
logger: Logger
|
||||
): Unit = {
|
||||
logger.info(s"About to run tests: ${args.mkString("\n * ", "\n * ", "\n")}")
|
||||
logger.info(s"Tests selected: ${args.mkString("\n * ", "\n * ", "\n")}")
|
||||
logger.info("")
|
||||
|
||||
// Force Log4J to not use a thread context classloader otherwise it throws a CCE
|
||||
|
||||
Reference in New Issue
Block a user