~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to testing/run-a-test.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:
32
32
#${SUDO} tar xzf testfiles.tar.gz
33
33
 
34
34
for v in 2.3 2.4 2.5 2.6; do
35
 
    if [ -e /usr/bin/python$v ]; then
 
35
    if command -v python$v ; then
36
36
        echo "========== Compiling librsync for python$v =========="
37
37
        pushd ../duplicity
38
38
        python$v ./compilec.py