diff --git a/scripts/run_wetest.sh b/scripts/run_wetest.sh index 4c4c26d..77dfba4 100644 --- a/scripts/run_wetest.sh +++ b/scripts/run_wetest.sh @@ -113,6 +113,8 @@ 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 launchable_activity=$(aapt dump badging $APK_FILE | grep "launchable-activity" | awk '{print $2}' | sed s/name=//g | sed s/\'//g ) +#launchable_activity=$(aapt dump badging $APK_FILE | grep "launchable-activity" | awk '{print $2}' | sed s/name=//g | sed s/\'//g | grep "fr.free" ) +# special filter for commons timeout ${TEST_TIME} ./${WETEST_TOOL}/test_main ${apk_file_name} ${app_package_name} ${launchable_activity} ${AVD_SERIAL} | tee $result_dir/wetest.log @@ -130,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 "@@@@@@@" \ No newline at end of file +echo "@@@@@@ Finish (${AVD_SERIAL}): " $app_package_name "@@@@@@@"