This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 98c3880 enable debug logging
98c3880 is described below
commit 98c388076bcdd2f49bac1ad33c893e85d44fb2aa
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Jan 30 01:27:43 2022 -0700
enable debug logging
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c3eeeb3..cab536a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
timeout-minutes: 90
shell: bash
run: |
- ./mvnw clean verify \
+ ./mvnw clean verify -DredirectTestOutput=false \
--show-version --batch-mode --errors --no-transfer-progress \
-DtrimStackTrace=false \
-Dsurefire.rerunFailingTestsCount=2