Skip to content

Commit 8d74d73

Browse files
Update SingleModMPProjectTestCommon.java
1 parent a9c067f commit 8d74d73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/io/openliberty/tools/intellij/it/SingleModMPProjectTestCommon.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,8 @@ public void stopTerminal() {
10481048

10491049
} else if (getBuildCategory() == BuildType.GRADLE_TYPE) {
10501050
keyboard.enterText("./gradlew libertyStop");
1051+
} else {
1052+
TestUtils.printTrace(TestUtils.TraceSevLevel.INFO, "Invalid build type specified");
10511053
}
10521054
keyboard.enter();
10531055
TestUtils.sleepAndIgnoreException(10);
@@ -1066,6 +1068,8 @@ public void cleanTerminal() {
10661068
} else if (getBuildCategory() == BuildType.GRADLE_TYPE) {
10671069
keyboard.enterText("./gradlew clean");
10681070
keyboard.enter();
1071+
} else {
1072+
TestUtils.printTrace(TestUtils.TraceSevLevel.INFO, "Invalid build type specified");
10691073
}
10701074
keyboard.enter();
10711075
TestUtils.sleepAndIgnoreException(10);

0 commit comments

Comments
 (0)