a994b367da
The test suggests this works. fixes #622
8 lines
145 B
Bash
Executable file
8 lines
145 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
|