From 2124129e7075a390f7634e2a851dda69cc6530cb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 10 Mar 2012 15:34:19 -0800 Subject: [PATCH] workunit: include python2.7 path too --- teuthology/task/workunit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index 5077436fef..32c0e62da7 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -160,7 +160,7 @@ def _run_tests(ctx, role, tests): run.Raw('CEPH_CONF="/tmp/cephtest/ceph.conf"'), run.Raw('CEPH_SECRET_FILE="{file}"'.format(file=secretfile)), run.Raw('CEPH_ID="{id}"'.format(id=id_)), - run.Raw('PYTHONPATH="$PYTHONPATH:/tmp/cephtest/binary/usr/local/lib/python2.6/dist-packages"'), + run.Raw('PYTHONPATH="$PYTHONPATH:/tmp/cephtest/binary/usr/local/lib/python2.7/dist-packages:/tmp/cephtest/binary/usr/local/lib/python2.6/dist-packages"'), '/tmp/cephtest/enable-coredump', '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', '/tmp/cephtest/archive/coverage', -- 2.39.5