Merge branch 'features/JAL-3858_PAEsInProjects' into develop
[jalview.git] / test / jalview / util / Log4jTest.java
index 73bf207..bdd1833 100644 (file)
@@ -125,7 +125,7 @@ public class Log4jTest
     String classpath = getClassPath();
     String cmd = java_exe + " " + " -classpath " + classpath + " "
             + " jalview.bin.Jalview " + " "
-            + "-props test/jalview/util/log4jTestProps.jvprops " + appArgs;
+            + "--props=test/jalview/util/log4jTestProps.jvprops " + appArgs;
     Process proc = null;
     Worker worker = null;
     try