Skip to content
Snippets Groups Projects
Commit 1a58eb77 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

task #3242: Add recipe dir to pythonpath

parent e474d098
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#run the actual python script performing the tests #run the actual python script performing the tests
# Run all test collected in the current directory (including possible self tests!) # Run all test collected in the current directory (including possible self tests!)
PYTHONPATH=${srcdir}/test_framework/fixture:${PYTHONPATH} PYTHONPATH=${srcdir}/test_framework/fixture:${srcdir}/recipes:${PYTHONPATH}
export PYTHONPATH export PYTHONPATH
#echo "PYTHONPATH=$PYTHONPATH" echo "PYTHONPATH=$PYTHONPATH"
python ${srcdir}/test_framework/unittest_runner.py -x results.xml -p ${srcdir} python ${srcdir}/test_framework/unittest_runner.py -x results.xml -p ${srcdir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment