~fginther/ubuntu-test-cases/boottest2

« back to all changes in this revision

Viewing changes to scripts/boottest.sh

  • Committer: Francis Ginther
  • Date: 2015-01-20 23:35:37 UTC
  • Revision ID: francis.ginther@canonical.com-20150120233537-ph00nwuzdv8gcjv9
Fix some boottest.sh errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
adb shell "sudo apt-get update"
41
41
 
42
42
# Determine the list of packages to be installed from the archive
43
 
package_list=`${BASEDIR}/determine_package_list.py ${input}`
 
43
package_list=`${BASEDIR}/scripts/determine_package_list.py ${input}`
44
44
if [ -z "${package_list}" ]; then
45
45
        echo "ERROR: Could not find any packages to install"
46
46
        exit 1
47
47
fi
 
48
install_packages=""
48
49
for package in ${packages_list}; do
49
50
        install_packages="--package ${package} ${install_packages}"
 
51
done
50
52
phablet-config writable-image -r ${PHABLET_PASSWORD} ${install_packages}
51
53
 
52
54
# Grab the test_source