From: Ben Soares Date: Thu, 23 Feb 2023 19:21:24 +0000 (+0000) Subject: JAL-629 test fixing X-Git-Tag: Release_2_11_3_0~14^2~200 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=32a2c42a535d809dfcb48db1e8cc91bb03193f8e;hp=bcc114c5106c3cee78db99955fee2392edece7df;p=jalview.git JAL-629 test fixing --- diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 67e2433..cf21c3a 100644 --- 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);