~popey/+junk/phablet-flash-wrapper

« back to all changes in this revision

Viewing changes to phablet-testing.sh

  • Committer: Alan Pope
  • Date: 2013-08-12 09:42:01 UTC
  • Revision ID: alan.pope@canonical.com-20130812094201-dugdmtxgvxpocizz
update testing script for new phablet-flash parameters

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
adb shell rm -r /sdcard/*.zip
58
58
 
59
59
echo ":: Flash device from scratch"
60
 
phablet-flash -b --pending
 
60
phablet-flash cdimage-touch -b --pending 
61
61
FLASH_RESULT=$?
62
62
if [ $FLASH_RESULT == "0" ]; then
63
63
  echo ":: Flash success"