git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f6af7
)
JAL-4110 added line to build.gradle that allows stdout and stderr from tests to be...
update/JAL-4108_212_testng_jar_update
author
Jim Procter
<j.procter@dundee.ac.uk>
Fri, 16 Dec 2022 16:46:14 +0000
(16:46 +0000)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Fri, 16 Dec 2022 16:46:14 +0000
(16:46 +0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
e7e6abb
..
2e09670
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1699,6
+1699,8
@@
test {
excludeGroups testng_excluded_groups
preserveOrder true
useDefaultListeners=true
+ // Uncomment to show stdout and stderr for tests in gradle build output
+ // testLogging.showStandardStreams = true
}
maxHeapSize = "1024m"