Skip to content

Commit

Permalink
Show test results in console
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun authored and generalmimon committed Dec 19, 2020
1 parent 83b2d9c commit f083c43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ lazy val compiler = crossProject.in(file(".")).
),

testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-u", "target/test_out"),
// o - causes test results to be written back to sbt, which usually displays it on the standard output
// Suppress all other notification events except failures so it is easy to see only failures
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oNCXELOPQRM"),

// Universal: add extra files (formats repo) for distribution, removing
// .git special files and various dirty/backup files that git normally
Expand Down

0 comments on commit f083c43

Please sign in to comment.