remote --wipe-data for fastbot

This commit is contained in:
the-themis-benchmarks 2021-08-23 12:20:14 +08:00
parent 00c0c697bb
commit d33d937926
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ do
sleep 5
# start the emulator
avd_port=${AVD_SERIAL:9:13}
emulator -port $avd_port -avd $AVD_NAME -read-only $HEADLESS -wipe-data &
emulator -port $avd_port -avd $AVD_NAME -read-only $HEADLESS &
sleep 5
# wait for the emulator
wait_for_device $AVD_SERIAL