~sergiusens/phablet-tools/click_test_provision

« back to all changes in this revision

Viewing changes to phablet-test-run

  • Committer: Sergio Schvezov
  • Date: 2013-07-18 16:02:57 UTC
  • mto: This revision was merged to the branch mainline in revision 135.
  • Revision ID: sergio.schvezov@canonical.com-20130718160257-zqyjlbfle7m59edg
Using DEBIAN_FRONTEND=noninteractive for phablet-network-setup and phablet-test-run and disabling unflipped support for phablet-network-setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
install_packages() {
78
78
 
79
79
    if test -n "$TESTPACKAGES"; then
80
 
        exec_with_adb apt-get -y -q install $TESTPACKAGES
 
80
        exec_with_adb DEBIAN_FRONTEND=noninteractive apt-get -y -q install $TESTPACKAGES
81
81
    fi
82
82
 
83
83
    if test -n "$LOCALPACKAGES"; then
174
174
if [ $SETUPDEVICE -eq 1 ]; then
175
175
    exec_with_adb add-apt-repository -y ppa:autopilot/ppa
176
176
    exec_with_adb apt-get -qq update
177
 
 
178
 
    exec_with_adb apt-get -y -q install autopilot-touch
 
177
    exec_with_adb DEBIAN_FRONTEND=noninteractive apt-get -y -q install autopilot-touch
179
178
 
180
179
fi
181
180