Update run_wetest.sh
This commit is contained in:
parent
ede8b0b436
commit
fc76d4bbc4
|
@ -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 "@@@@@@@"
|
||||
|
|
Loading…
Reference in New Issue