~fginther/+junk/mir-mediumtests-remove-dist-upgrade

« back to all changes in this revision

Viewing changes to mir-mediumtest-runner.sh

  • Committer: Cemil Azizoglu
  • Date: 2014-07-28 13:49:09 UTC
  • Revision ID: cemil.azizoglu@canonical.com-20140728134909-a02sj2gj5vqusvut
Add log.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
rm .intro_off || true
60
60
adb -s $ANDROID_SERIAL pull /.intro_off
61
61
if [[ ! -a .intro_off ]]; then
 
62
    echo "Disable welcome and edges intro"
62
63
    exec_with_adb_user "mkdir -p ~/.config/ubuntu-system-settings"
63
64
    exec_with_adb_user "touch ~/.config/ubuntu-system-settings/wizard-has-run"
64
65
    exec_with_adb "dbus-send --system --print-reply --dest=org.freedesktop.Accounts /org/freedesktop/Accounts/User32011 org.freedesktop.DBus.Properties.Set string:com.canonical.unity.AccountsService string:demo-edges variant:boolean:false"