From: Sage Weil Date: Wed, 29 Jun 2011 17:04:37 +0000 (-0700) Subject: workunit: include ceph bin dir in path X-Git-Tag: v0.94.10~27^2^2~364^2~1682 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9a2733621320a73227b41df62e82b5d4256d0b2;p=ceph.git workunit: include ceph bin dir in path Some workunits need these binaries (e.g. kclient/file_layout.sh needs cephfs). Signed-off-by: Sage Weil --- diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index 4febaddaae8..883cd65563a 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -100,6 +100,7 @@ def task(ctx, config): run.Raw('&&'), 'cd', '--', scratch_tmp, run.Raw('&&'), + run.Raw('PATH="$PATH:/tmp/cephtest/binary/usr/local/bin"'), '{srcdir}/{workunit}'.format( srcdir=srcdir, workunit=workunit,