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:
3d2f8c7
)
JAL-3599 More stderr/stdout output to logs when failed
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 09:38:54 +0000
(10:38 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 09:38:54 +0000
(10:38 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
d02b08c
..
7fa55c0
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-4275,6
+4275,11
@@
task jalviewjsLaunchTest(type: Exec) {
}
}
if (!found) {
+ println("Chrome STDOUT: ")
+ println(standardOutput.toString())
+ println("Chrome STDERR: ")
+ println(errorOutput.toString())
+
throw new GradleException("Could not find evidence of Desktop launch in JalviewJS.")
}
}