Skip to content

Commit

Permalink
Integration test log output set to INFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
simondelabici committed Jun 27, 2020
1 parent 91d1e27 commit 76b89c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ task integrationTest(type: Test) {
// For the integration tests there are useful messages output using log
// messages at FINE level. This allows the information for the actual results
// which are emitted with log level INFO to be filtered out.
systemProperty 'CA_LIBRARY_LOG_LEVEL', 'ALL'
systemProperty 'CA_LIBRARY_LOG_LEVEL', 'INFO'
systemProperty 'CA_REPEATER_DISABLE', 'false'

group = 'verification'
Expand Down

0 comments on commit 76b89c3

Please sign in to comment.