test/tools/launcher/Test7029048.java

Print this page

        

*** 206,215 **** --- 206,219 ---- public static void main(String... args) throws Exception { if (TestHelper.isWindows || TestHelper.isMacOSX) { System.out.println("Note: applicable on neither Windows nor MacOSX"); return; } + if (!TestHelper.haveServerVM) { + System.out.println("Note: test relies on server vm, not found, exiting"); + return; + } // create our test jar first ExecutionEnvironment.createTestJar(); // run the tests test7029048();