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 e189c82 commit e41d40dCopy full SHA for e41d40d
modules/integration/src/test/scala/scala/cli/integration/PackageTestsDefault.scala
@@ -24,7 +24,7 @@ class PackageTestsDefault extends PackageTestDefinitions(scalaVersionOpt = None)
24
val packageOutput = packageRes.out.trim()
25
val topPackageOutput = packageOutput.linesIterator.takeWhile(!_.startsWith("Wrote ")).toVector
26
// no compilation or Scala Native pipeline output, as this should just re-use what the run command wrote
27
- expect(topPackageOutput.isEmpty)
+ expect(topPackageOutput.forall(!_.startsWith("[info] ")))
28
}
29
30
0 commit comments