JAL-629 test fixing
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 19:21:24 +0000 (19:21 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 19:21:24 +0000 (19:21 +0000)
test/jalview/bin/CommandLineOperations.java

index 67e2433..cf21c3a 100644 (file)
@@ -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);