X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fbin%2FCommandLineOperations.java;h=eaa395e22dca1789e9e9d3de1107de0265e2f86b;hb=72fb6df14f1ff426bbafa18dcc9a90450da93018;hp=c7b1d53c9c5225939abfcba19d738c5281a33dcf;hpb=bd678dba41df83658dcbd93b3ec57c46f0cd14c9;p=jalview.git diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index c7b1d53..eaa395e 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -196,6 +196,7 @@ public class CommandLineOperations String cmds = "nodisplay -open examples/uniref50.fa -sortbytree -props test/jalview/io/testProps.jvprops -colour zappo " + "-jabaws http://www.compbio.dundee.ac.uk/jabaws -nosortbytree " + "-features examples/testdata/plantfdx.features -annotations examples/testdata/plantfdx.annotations -tree examples/testdata/uniref50_test_tree"; + System.out.println("CommandLine test " + ++ntest); Worker worker = getJalviewDesktopRunner(true, cmds, SETUP_TIMEOUT); String ln = null; while ((ln = worker.getOutputReader().readLine()) != null) @@ -207,8 +208,11 @@ public class CommandLineOperations { System.err.println(ln); } + } + int ntest = 0; + @BeforeTest(alwaysRun = true) public void setUpForCommandLineInputOperations() throws IOException { @@ -248,7 +252,7 @@ public class CommandLineOperations int timeout) { String cmd = harg + type + " " + fileName; - // System.out.println(">>>>>>>>>>>>>>>> Command : " + cmd); + System.out.println(">>>>>>>>>>>>>>>> Command : " + cmd); File file = new File(fileName); file.deleteOnExit(); Worker worker = getJalviewDesktopRunner(withAWT, cmd, timeout);