Skip to content

Commit

Permalink
#312 Fail on integration test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Mar 28, 2024
1 parent 573c636 commit fdfaa7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-test/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ htmlSanityCheck {

// where to put results of sanityChecks...
checkingResultsDir = file("build/reports")
failOnErrors = true

logger.quiet "docToolchain> HSC sourceDir: ${sourceDir.absolutePath}"
logger.quiet "docToolchain> HSC checkingResultsDir: ${checkingResultsDir.absolutePath}"
Expand Down

0 comments on commit fdfaa7c

Please sign in to comment.