~nskaggs/phablet-tools/phablet-click-test-setup-py2-removal

« back to all changes in this revision

Viewing changes to phablet-bootchart

  • Committer: CI bot
  • Author(s): Michael Terry
  • Date: 2014-06-20 18:50:45 UTC
  • mfrom: (283.1.5 welcome-wizard)
  • Revision ID: ps-jenkins@lists.canonical.com-20140620185045-hr311lyrvgg4cyhg
Add support for "phablet-config welcome-wizard --enable" or "phablet-config welcome-wizard --disable".  Note that you'll need ubuntu-system-settings-wizard installed for this to mean anything. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        ERROR="could not install bootchart package" exit 1
120
120
reboot_and_wait 30
121
121
 
 
122
echo "Disabling Welcome Wizard"
 
123
phablet-config welcome-wizard --disable || \
 
124
        ERROR="could not disable welcome wizard" exit 1
 
125
 
122
126
echo "Disabling Intro Demo"
123
127
phablet-config edges-intro --disable || \
124
 
        ERROR="could disable intro" exit 1
 
128
        ERROR="could not disable intro" exit 1
125
129
 
126
130
echo "Rebooting three times to get accurate data"
127
131
reboot_and_wait 60