mirror of
https://github.com/ceph/ceph
synced 2025-03-03 15:00:51 +00:00
teuthology: remove CEPH_JAVA_PATH
Since teuthology now uses debian packages, we do not need to set this in workunit. The one test that uses this now tests for it locally. Signed-off-by: Joe Buck <jbbuck@gmail.com>
This commit is contained in:
parent
9af61cb617
commit
e00bff2278
@ -274,7 +274,6 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None):
|
||||
'cd', '--', scratch_tmp,
|
||||
run.Raw('&&'),
|
||||
run.Raw('CEPH_REF={ref}'.format(ref=ceph_ref)),
|
||||
run.Raw('CEPH_JAVA_PATH="{tdir}/binary/usr/local/share/java"'.format(tdir=testdir)),
|
||||
run.Raw('TESTDIR="{tdir}"'.format(tdir=testdir)),
|
||||
run.Raw('CEPH_ID="{id}"'.format(id=id_)),
|
||||
run.Raw('PYTHONPATH="$PYTHONPATH:{tdir}/binary/usr/local/lib/python2.7/dist-packages:{tdir}/binary/usr/local/lib/python2.6/dist-packages"'.format(tdir=testdir)),
|
||||
|
Loading…
Reference in New Issue
Block a user