From: Ben Soares Date: Thu, 23 Feb 2023 16:21:49 +0000 (+0000) Subject: JAL-629 fixed a Log4j test by adding --debug arg X-Git-Tag: Release_2_11_3_0~14^2~202 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2a1686e13e5641fb7f353931e2160e76b1f548e4;hp=3de8bf931e7b9e2a71a8959a7dd1260d33dc9034;p=jalview.git JAL-629 fixed a Log4j test by adding --debug arg --- diff --git a/test/jalview/util/Log4jTest.java b/test/jalview/util/Log4jTest.java index 73bf207..8f23ae5 100644 --- a/test/jalview/util/Log4jTest.java +++ b/test/jalview/util/Log4jTest.java @@ -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");