Fix #3746: Scripted should fail when no tests match the pattern

This commit is contained in:
gayanMatch
2026-01-09 13:57:58 -06:00
parent 061145e67b
commit 65af6c59d6
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -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