File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/test/java/io/openliberty/tools/intellij/it Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments