diff --git a/compiler/android-tests/src/org/jetbrains/jet/compiler/OutputUtils.java b/compiler/android-tests/src/org/jetbrains/jet/compiler/OutputUtils.java index 4dddc5d3d17..470f8e7b79c 100644 --- a/compiler/android-tests/src/org/jetbrains/jet/compiler/OutputUtils.java +++ b/compiler/android-tests/src/org/jetbrains/jet/compiler/OutputUtils.java @@ -71,6 +71,7 @@ public class OutputUtils { checkResult(RunUtils.execute(commandLineForStoppingEmulators)); } } + checkResult(RunUtils.execute(commandLineForListOfDevices)); } private OutputUtils() {