Skip to content

Commit

Permalink
updating tests , trying with liberty:run
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Jan 15, 2025
1 parent cb46bdd commit 7259809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ public class DevRecompileWithCustomExecutionIdTest extends BaseDevTest {
@BeforeClass
public static void setUpBeforeClass() throws Exception {
setUpBeforeClass(null, "../resources/basic-dev-project-with-execution-id", false, false, null, null);
startProcess(null, true, "mvn compile liberty:", true);
startProcess(null, false, "mvn compile liberty:", false);
}

@AfterClass
public static void cleanUpAfterClass() throws Exception {
BaseDevTest.cleanUpAfterClass(true);
BaseDevTest.cleanUpAfterClass(false, false);
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ public class DevRecompileWithDefaultExecutionIdTest extends BaseDevTest {
@BeforeClass
public static void setUpBeforeClass() throws Exception {
setUpBeforeClass(null, "../resources/basic-dev-project-with-default-execution-id", false, false, null, null);
startProcess(null, true, "mvn compile liberty:", true);
startProcess(null, false, "mvn compile liberty:", false);
}

@AfterClass
public static void cleanUpAfterClass() throws Exception {
BaseDevTest.cleanUpAfterClass(true);
BaseDevTest.cleanUpAfterClass(false, false);
}

@Test
Expand Down

0 comments on commit 7259809

Please sign in to comment.