Skip to content

Commit

Permalink
Re-enable quiet logger in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed Dec 1, 2017
1 parent b0bad26 commit 23561dc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ object IntegrationTestSuite extends DynTest {

projects.forEach { testDirectory =>
test(testDirectory.getFileName.toString) {
testProject(testDirectory, logger)
logger.quietIfSuccess { quietLogger =>
testProject(testDirectory, quietLogger)
}
}
}

Expand Down

0 comments on commit 23561dc

Please sign in to comment.