From 123fdde7ff86aa6bb3afa29efa7fd07954e3a72a Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Fri, 6 Jul 2012 13:24:39 +0400 Subject: [PATCH] Android module: print list of devices before start new emulator --- .../src/org/jetbrains/jet/compiler/OutputUtils.java | 1 + 1 file changed, 1 insertion(+) 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() {