Skip to content

Commit f241735

Browse files
Merge branch 'hotfix/fix-tests'
2 parents d6c3f4a + eccadff commit f241735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runTests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function run_test() {
1111
emulator -partition-size 256 -avd ${emulator_name} -no-skin -no-boot-anim -no-audio -no-window -gpu on &
1212
EMU_PID=$!
1313
./wait_for_emulator || exit 1
14-
adb -v time logcat -s FFmpegInstrumentationTest &
14+
adb logcat -v time -s FFmpegInstrumentationTest &
1515
LOGCAT_PID=$!
1616
# Running Tests
1717
./gradlew --info build connectedCheck || exit 1

0 commit comments

Comments
 (0)