~juhana-jauhiainen/software-center/fix-for-737697

« back to all changes in this revision

Viewing changes to test/test-all.sh

  • Committer: Michael Vogt
  • Date: 2012-01-17 08:19:49 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120117081949-qzb3tdmyl0b5nadv
test/test-all.sh: add another test dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    exit 1
18
18
fi
19
19
 
 
20
if ! python -c 'import unittest2'; then
 
21
    echo "please install python-unittest2"
 
22
    exit 1
 
23
fi
 
24
 
20
25
if ! python -c 'import aptdaemon.test'; then
21
26
    echo "please install python-aptdaemon.test"
22
27
    exit 1