GenerateTests uses headless mode
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user