8 lines
146 B
Bash
Executable file
8 lines
146 B
Bash
Executable file
set -e
|
|
|
|
export TEST=true
|
|
export TROLLIUSDEBUG=1
|
|
|
|
python -m unittest discover -f
|
|
python -m test.registry_tests -f
|
|
#python -m test.queue_threads -f
|