From 43299897624eda667fb5e17ea2f8aa8bc58ad3a2 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Wed, 18 Jan 2012 22:07:33 +0800 Subject: CtsConsole.java: make cts exist after execution with output redirected this problem has been reported as: http://code.google.com/p/android/issues/detail?id=24267 because we don't have the source of CtsConsole.java, so we can only modify the file CtsConsole.java and the compiled binary is put here: https://wiki.linaro.org/TestDataLinkPage?action=AttachFile&do=get&target=android-cts.zip Change-Id: I07971d080bd01f61ea324d766c35519873b07672 Signed-off-by: Yongqin Liu --- tools/tradefed-host/src/com/android/cts/tradefed/command/CtsConsole.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tradefed-host/src/com/android/cts/tradefed/command/CtsConsole.java b/tools/tradefed-host/src/com/android/cts/tradefed/command/CtsConsole.java index aae48a8f902..6e2bfcb73fa 100644 --- a/tools/tradefed-host/src/com/android/cts/tradefed/command/CtsConsole.java +++ b/tools/tradefed-host/src/com/android/cts/tradefed/command/CtsConsole.java @@ -56,6 +56,7 @@ public class CtsConsole extends Console { public void run() { printLine(String.format("Android CTS %s", CtsBuildProvider.CTS_BUILD_VERSION)); super.run(); + mScheduler.shutdown(); } /** -- cgit v1.2.3