This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/local-test.sh
Matt Jibson a994b367da Refactor queue locking to not use select for update
The test suggests this works.

fixes #622
2015-11-03 11:32:28 -05:00

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