~mterry/duplicity/list-old-chains-0.6

« back to all changes in this revision

Viewing changes to testing/run-all-tests.sh

  • Committer: Kenneth Loafman
  • Date: 2009-08-28 14:09:41 UTC
  • mfrom: (594.1.8 test-compat)
  • Revision ID: kenneth@loafman.com-20090828140941-wl54fo2xh0xlz3z2
Merged in ~l2g/duplicity/test-compat from Larry Gilbert which made
the testing compatible across more systems.  Also fixed the remaining
collectionstest bug which was trying to test with no cache present.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#${SUDO} tar xzf testfiles.tar.gz
28
28
 
29
29
for v in 2.3 2.4 2.5 2.6; do
30
 
    if [ -e /usr/bin/python$v ]; then
 
30
    if command -v python$v; then
31
31
        LOG=run-all-tests-$v.log
32
32
        rm -f $LOG
33
33