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 fa9450e commit ee22cdaCopy full SHA for ee22cda
core/src/test/scala/org/apache/spark/SparkFunSuite.scala
@@ -39,7 +39,7 @@ private[spark] abstract class SparkFunSuite extends FunSuite with Logging {
39
logInfo(s"\n\n===== TEST OUTPUT FOR $shortSuiteName: '$testName' =====\n")
40
test()
41
} finally {
42
- logInfo(s"\n\n***** FINISHED $shortSuiteName: '$testName' *****\n")
+ logInfo(s"\n\n===== FINISHED $shortSuiteName: '$testName' =====\n")
43
}
44
45
0 commit comments