JAL-629 test fixing
[jalview.git] / 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);