diff options
Diffstat (limited to 'runtest.sh')
-rw-r--r-- | runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ # This script makes it possible to run a test without building first -export PYTHONPATH=`pwd`/src +export PYTHONPATH="`pwd`/src:`pwd`/etc" python $1 |