Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Apr 30, 2024
1 parent 60a6b36 commit f41b93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_ui_tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ done

set +e # don't fail on errors

adb shell screenrecord /sdcard/screenrecording.mp4
adb shell screenrecord /sdcard/screenrecording.mp4 &

./gradlew :app:connectedDebugAndroidTest
exit_code=$?
Expand Down

0 comments on commit f41b93c

Please sign in to comment.