Ant task: do not include runtime by default if destination is a jar
This commit is contained in:
committed by
Alexander Udalov
parent
b0b7f39c75
commit
a13eb4c8e6
+5
@@ -39,6 +39,11 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest {
|
||||
runTest("compiler/testData/integration/ant/jvm/doNotFailOnError/");
|
||||
}
|
||||
|
||||
@TestMetadata("doNotIncludeRuntimeByDefault")
|
||||
public void testDoNotIncludeRuntimeByDefault() throws Exception {
|
||||
runTest("compiler/testData/integration/ant/jvm/doNotIncludeRuntimeByDefault/");
|
||||
}
|
||||
|
||||
@TestMetadata("failOnErrorByDefault")
|
||||
public void testFailOnErrorByDefault() throws Exception {
|
||||
runTest("compiler/testData/integration/ant/jvm/failOnErrorByDefault/");
|
||||
|
||||
Reference in New Issue
Block a user