X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FLog4jTest.java;h=8f23ae5008ab92fc32345c815713e07495324e0e;hb=2a1686e13e5641fb7f353931e2160e76b1f548e4;hp=73bf20786106b3bc444bd7bc9026ba491b5f3f17;hpb=3de8bf931e7b9e2a71a8959a7dd1260d33dc9034;p=jalview.git 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");