|
|
|
|
@ -44,6 +44,7 @@ public class SampleIntegrationTests {
@@ -44,6 +44,7 @@ public class SampleIntegrationTests {
|
|
|
|
|
@BeforeClass |
|
|
|
|
public static void cleanGrapes() throws Exception { |
|
|
|
|
GrapesCleaner.cleanIfNecessary(); |
|
|
|
|
// System.setProperty("ivy.message.logger.level", "3");
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private RunCommand command; |
|
|
|
|
@ -93,12 +94,6 @@ public class SampleIntegrationTests {
@@ -93,12 +94,6 @@ public class SampleIntegrationTests {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@BeforeClass |
|
|
|
|
public static void clean() { |
|
|
|
|
// SpringCli.main("clean");
|
|
|
|
|
// System.setProperty("ivy.message.logger.level", "3");
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
public void appSample() throws Exception { |
|
|
|
|
start("samples/app.groovy"); |
|
|
|
|
|