Browse Source

add pythonpath for testing

feature_files_export
Nico Schottelius 11 years ago
parent
commit
d944f2ac19
  1. 1
      build

1
build

@ -302,6 +302,7 @@ eof
test)
shift # skip t
export PYTHONPATH="$(pwd -P)"
if [ $# -lt 1 ]; then
python3 -m cdist.test

Loading…
Cancel
Save