Revert pythonpath workaround

Change-Id: I37c0e255a3872adcb4ac7b305df94d7c740c6f4b
This commit is contained in:
NastyaUrlapova 2014-06-03 16:49:37 +04:00
parent daf9302047
commit 6c6595622e
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ RunTest() {
echo export PYTHONPATH="${WORKSPACE} ${PYTHONPATH}"
echo python fuelweb_test/run_tests.py -q --nologcapture --with-xunit ${OPTS}
else
export PYTHONPATH="${WORKSPACE} ${PYTHONPATH}"
export PYTHONPATH=${WORKSPACE} ${PYTHONPATH}
echo ${PYTHONPATH}
python fuelweb_test/run_tests.py -q --nologcapture --with-xunit ${OPTS}