X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FLog4jTest.java;fp=test%2Fjalview%2Futil%2FLog4jTest.java;h=bdd1833accf001397eb5d955b6ca5372a2891f56;hb=a939b4c646235d460df3b7b9377ef8d8569caaff;hp=73bf20786106b3bc444bd7bc9026ba491b5f3f17;hpb=8135460a52c0551e4a40777d077843fd4e19c049;p=jalview.git diff --git a/test/jalview/util/Log4jTest.java b/test/jalview/util/Log4jTest.java index 73bf207..bdd1833 100644 --- a/test/jalview/util/Log4jTest.java +++ b/test/jalview/util/Log4jTest.java @@ -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