Skip to content

Commit

Permalink
Lowers log level (maybe?) and adds check that DEBUG is set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 19, 2023
1 parent 2422342 commit 795cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_steps: &build_steps
steps:
- checkout
- setup_remote_docker
- run: ./mvnw test -B -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=info -Djdk.attach.allowAttachSelf=true -Dtest=TestReconnectContainer
- run: echo $DEBUG && ./mvnw test -B -Dhttps.protocols=TLSv1.2 -X -Dcheckstyle.skip=true -Dtests.log_level=debug -Djdk.attach.allowAttachSelf=true -Dtest=TestReconnectContainer
- run:
when: on_fail
command: for log in target/surefire-reports/*.txt; do echo "$log ========================" ; cat $log ; done
Expand Down

0 comments on commit 795cbd7

Please sign in to comment.