debug added
This commit is contained in:
parent
918ed763a7
commit
a21192b171
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,6 +25,9 @@ pipeline {
|
||||
// run tests
|
||||
sh '''
|
||||
export PYTHONPATH=`pwd`
|
||||
ls
|
||||
ls tests
|
||||
ls tests/data
|
||||
venv/bin/python3 -m unittest discover ${TEST_DIR}
|
||||
'''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user