GenerateTests uses headless mode

This commit is contained in:
Andrey Breslav
2013-08-21 17:38:06 +04:00
parent 4138ac4e36
commit 9e9916df6e
@@ -80,6 +80,7 @@ public class GenerateTests {
} }
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
System.setProperty("java.awt.headless", "true");
generateTest( generateTest(
"compiler/tests/", "compiler/tests/",
"JetDiagnosticsTestGenerated", "JetDiagnosticsTestGenerated",