~james-page/charm-helpers/misc-https-fixes

« back to all changes in this revision

Viewing changes to tarmac_tests.sh

  • Committer: Denis Buliga
  • Date: 2016-08-11 15:47:44 UTC
  • mto: This revision was merged to the branch mainline in revision 620.
  • Revision ID: dbuliga@cloudbasesolutions.com-20160811154744-pubbvmkbtl91nr3j
Implemented changes. Addressed review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
set -e
5
5
 
6
 
pkgs='python-flake8 python-shelltoolbox python-tempita python-nose python-mock python-testtools python-jinja2 python-coverage python-git python-netifaces python-netaddr python-pip zip yum'
 
6
pkgs='python-flake8 python-shelltoolbox python-tempita python-nose python-mock python-testtools python-jinja2 python-coverage python-git python-netifaces python-netaddr python-pip zip'
7
7
if ! dpkg -s $pkgs 2>/dev/null >/dev/null ; then
8
8
    echo "Required packages are missing. Please ensure that the missing packages are installed."
9
9
    echo "Run: sudo apt-get install $pkgs"