Update run_wetest.sh

This commit is contained in:
JOSEPH MA 2021-08-11 10:47:04 +08:00 committed by GitHub
parent ede8b0b436
commit fc76d4bbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ bash dump_coverage.sh $AVD_SERIAL $app_package_name $result_dir &
# run WeTest
echo "** RUN WeTest (${AVD_SERIAL})"
adb -s $AVD_SERIAL shell date "+%Y-%m-%d-%H:%M:%S" >> $result_dir/WeTest_testing_time_on_emulator.txt
adb -s $AVD_SERIAL shell date "+%Y-%m-%d-%H:%M:%S" >> $result_dir/wetest_testing_time_on_emulator.txt
@ -132,4 +132,4 @@ kill `ps aux | grep "${AVD_SERIAL} logcat" | grep -v grep | awk '{print $2}'`
sleep 5
adb -s $AVD_SERIAL emu kill
echo "@@@@@@ Finish (${AVD_SERIAL}): " $app_package_name "@@@@@@@"
echo "@@@@@@ Finish (${AVD_SERIAL}): " $app_package_name "@@@@@@@"