This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new e897016 CI: Fix test timeout by logging tests that pass (#1210)
e897016 is described below
commit e897016e171395b3d6bae503088b686d8569f658
Author: Ryan Blue <[email protected]>
AuthorDate: Wed Jul 15 11:57:03 2020 -0700
CI: Fix test timeout by logging tests that pass (#1210)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2103c55..82933cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -117,7 +117,7 @@ subprojects {
test {
testLogging {
- events "failed"
+ events "failed", "passed"
exceptionFormat "full"
}
}