Merge branch 'develop' into patch/JAL-4110_stdout_for_tests
[jalview.git] / test / jalview / gui / DesktopTests.java
index 897f28e..5bf3507 100644 (file)
@@ -71,7 +71,7 @@ public class DesktopTests
      * use read-only test properties file
      */
     Cache.loadProperties("test/jalview/io/testProps.jvprops");
-    Jalview.main(new String[] { "-nonews" });
+    Jalview.main(new String[] { "--nonews" });
   }
 
   @AfterMethod(alwaysRun = true)