Skip to content

Commit

Permalink
adding more tests based on review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Nov 20, 2024
1 parent 1f983c7 commit 0cfc6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/test/resources/cleanTest.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if (basedir.getName().contains("versionless-feature-fail-") || basedir.getName()
flag = source(errorScript);
}
//Runs clean in the test project directory
//Runtime.getRuntime().exec("../../../../mvnw clean", null, basedir);
Runtime.getRuntime().exec("../../../../mvnw clean", null, basedir);
System.out.println("Cleaned target dir(s) for " + basedir);
return flag;

0 comments on commit 0cfc6f9

Please sign in to comment.