~chihchun/phablet-tools/phablet-tools-lp1203652

« back to all changes in this revision

Viewing changes to phablet-test-run

  • Committer: Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2013-07-18 22:11:06 UTC
  • mfrom: (134.1.2 trunk)
  • Revision ID: tarmac-20130718221106-200hbd2kob6k2g9s
Using DEBIAN_FRONTEND=noninteractive for phablet-network-setup and phablet-test-run.

Approved by PS Jenkins bot, Omer Akram.

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