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:
bcc114c
)
JAL-629 test fixing
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 19:21:24 +0000
(19:21 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 19:21:24 +0000
(19:21 +0000)
test/jalview/bin/CommandLineOperations.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandLineOperations.java
b/test/jalview/bin/CommandLineOperations.java
index
67e2433
..
cf21c3a
100644
(file)
--- a/
test/jalview/bin/CommandLineOperations.java
+++ b/
test/jalview/bin/CommandLineOperations.java
@@
-244,7
+244,7
@@
public class CommandLineOperations
@BeforeTest(alwaysRun = true)
public void setUpForCommandLineInputOperations() throws IOException
{
- String cmds = "-open examples/uniref50.fa -noquestionnaire -nousagestats";
+ String cmds = "-open examples/uniref50.fa -noquestionnaire -nousagestats --debug";
final Worker worker = getJalviewDesktopRunner(false, cmds,
SETUP_TIMEOUT);