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:
794b6a7
)
JAL-3418 debug testng execution - verbosity=10
author
Jim Procter
<jprocter@issues.jalview.org>
Tue, 20 Aug 2019 17:49:53 +0000
(18:49 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Tue, 20 Aug 2019 17:49:53 +0000
(18:49 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
775df8d
..
bbd8889
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-303,7
+303,7
@@
<target name="testng" depends="buildTests">
<testng outputDir="${reportDir}" haltOnFailure="false" groups="${testng-groups}" mode="testng"
- verbose="2">
+ verbose="10">
<classpath>
<pathelement location="${testOutputDir}" />
<pathelement location="${clover.jar}" if:set="clover.jar"/>