Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 22, 2023
1 parent f20dca0 commit d5c9ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checker/bin-devel/test-misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if [ -f SKIP-REQUIRE-JAVADOC ]; then
echo "Skipping requireJavadoc because file SKIP-REQUIRE-JAVADOC exists."
else
(./gradlew requireJavadoc --console=plain --warning-mode=all > /tmp/warnings-rjp.txt 2>&1) || true
"$PLUME_SCRIPTS"/ci-lint-diff /tmp/warnings-rjp.txt || status=1
"$PLUME_SCRIPTS"/ci-lint-diff --debug /tmp/warnings-rjp.txt || status=1
(./gradlew javadocDoclintAll --console=plain --warning-mode=all > /tmp/warnings-jda.txt 2>&1) || true
"$PLUME_SCRIPTS"/ci-lint-diff /tmp/warnings-jda.txt || status=1
"$PLUME_SCRIPTS"/ci-lint-diff --debug /tmp/warnings-jda.txt || status=1
fi
if [ $status -ne 0 ]; then exit $status; fi

Expand Down

0 comments on commit d5c9ee2

Please sign in to comment.