Don't shut down VM if the test that calls main() directly fails.

This commit is contained in:
Maxim Shafirov
2012-01-25 14:17:47 +04:00
parent cf6704479f
commit e79041e680
3 changed files with 30 additions and 25 deletions
@@ -80,7 +80,7 @@ public class ForTestCompileStdlib {
private static void compileKotlinPartOfStdlib(File destdir) throws IOException {
// lame
KotlinCompiler.main("-output", destdir.getPath(), "-src", "./stdlib/ktSrc");
KotlinCompiler.exec("-output", destdir.getPath(), "-src", "./stdlib/ktSrc");
}
private static List<File> javaFilesInDir(File dir) {