From eccadfff0a1e9f5dec88db22385dc07d9722cd8a Mon Sep 17 00:00:00 2001 From: Hitesh Sondhi Date: Fri, 19 Sep 2014 23:48:17 +0530 Subject: [PATCH] fixed tests --- runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runTests.sh b/runTests.sh index f4581f1..10c00e7 100755 --- a/runTests.sh +++ b/runTests.sh @@ -11,7 +11,7 @@ function run_test() { emulator -partition-size 256 -avd ${emulator_name} -no-skin -no-boot-anim -no-audio -no-window -gpu on & EMU_PID=$! ./wait_for_emulator || exit 1 - adb -v time logcat -s FFmpegInstrumentationTest & + adb logcat -v time -s FFmpegInstrumentationTest & LOGCAT_PID=$! # Running Tests ./gradlew --info build connectedCheck || exit 1