From 2a1686e13e5641fb7f353931e2160e76b1f548e4 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 23 Feb 2023 16:21:49 +0000 Subject: [PATCH 1/1] JAL-629 fixed a Log4j test by adding --debug arg --- test/jalview/util/Log4jTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.7.10.2