JAL-629 Add debug messages for more failing tests
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 17:01:05 +0000 (17:01 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 17:01:05 +0000 (17:01 +0000)
test/jalview/bin/CommandLineOperations.java
test/jalview/bin/HiDPISettingTest2.java

index 7e775d8..67e2433 100644 (file)
@@ -227,7 +227,7 @@ public class CommandLineOperations
   {
     String cmds = "nodisplay -open examples/uniref50.fa -sortbytree -props test/jalview/bin/testProps.jvprops -colour zappo "
             + "-jabaws http://www.compbio.dundee.ac.uk/jabaws -nosortbytree "
-            + "-features examples/testdata/plantfdx.features -annotations examples/testdata/plantfdx.annotations -tree examples/testdata/uniref50_test_tree";
+            + "-features examples/testdata/plantfdx.features -annotations examples/testdata/plantfdx.annotations -tree examples/testdata/uniref50_test_tree --debug";
     Worker worker = getJalviewDesktopRunner(true, cmds, SETUP_TIMEOUT);
     String ln = null;
     while ((ln = worker.getOutputReader().readLine()) != null)
index 470ec35..f1630bb 100644 (file)
@@ -171,7 +171,7 @@ public class HiDPISettingTest2
 
     String jvmArgs = HiDPISetting.getScalePropertyArg(scale);
 
-    String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery";
+    String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery --debug";
 
     Worker worker = getJalviewDesktopRunner(jvmArgs, appArgs);
     assertNotNull(worker, "worker is null");