Skip to content

Commit

Permalink
changes to use map with each project separately for recompile
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <Arun.Kumar.V.N@ibm.com>
  • Loading branch information
arunvenmany-ibm committed Dec 30, 2024
1 parent c4c2276 commit ed7c0a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void updateDependencyTest() throws Exception {
assertTrue(verifyLogMessageExists("mpHealth-2.2", 10000)); // should appear in the message "CWWKF0012I: The server installed the following features:"

int generateFeaturesCount = countOccurrences("Running liberty:generate-features", logFile);
assertTrue(verifyLogMessageExists("Recompile skipped for dev-sample-proj since earlier compilation is successful", 10000));
assertTrue(verifyLogMessageExists("Recompile dev-sample-proj due to an earlier compilation error", 10000));

// modify MicroProfile umbrella dependency in pom.xml
replaceString("<dependency>\n"
Expand Down

0 comments on commit ed7c0a7

Please sign in to comment.