diff --git a/CEP/Pipeline/test/pipeline_test.run b/CEP/Pipeline/test/pipeline_test.run index 8e137c887aeb3790b5a9d82ea5de641ba4dc97b4..9a13ecb7dc8f87a1420a9c7121053ab3e2efe730 100755 --- a/CEP/Pipeline/test/pipeline_test.run +++ b/CEP/Pipeline/test/pipeline_test.run @@ -8,7 +8,7 @@ #run the actual python script performing the tests # Run all test collected in the current directory (including possible self tests!) -PYTHONPATH=${srcdir}/test_framework/fixture:${srcdir}/recipes:${PYTHONPATH} +PYTHONPATH=${srcdir}/test_framework/fixture:${srcdir}/recipes/sip:${PYTHONPATH} export PYTHONPATH echo "PYTHONPATH=$PYTHONPATH" python ${srcdir}/test_framework/unittest_runner.py -x results.xml -p ${srcdir}