JAL-629 fixed a Log4j test by adding --debug arg
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 16:21:49 +0000 (16:21 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 16:21:49 +0000 (16:21 +0000)
test/jalview/util/Log4jTest.java

index 73bf207..8f23ae5 100644 (file)
@@ -158,7 +158,7 @@ public class Log4jTest
   @Test(groups = { "Functional" })
   public void testLog4j()
   {
-    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(appArgs);
     assertNotNull(worker, "worker is null");