add pythonpath for testing
This commit is contained in:
parent
6eddaaf090
commit
d944f2ac19
1 changed files with 1 additions and 0 deletions
1
build
1
build
|
@ -302,6 +302,7 @@ eof
|
||||||
|
|
||||||
test)
|
test)
|
||||||
shift # skip t
|
shift # skip t
|
||||||
|
export PYTHONPATH="$(pwd -P)"
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
python3 -m cdist.test
|
python3 -m cdist.test
|
||||||
|
|
Loading…
Reference in a new issue