Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 19, 2014
1 parent d6c3f4a commit eccadff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eccadff

Please sign in to comment.