Fix Concourse full db test config

This commit is contained in:
Joseph Schorr 2017-04-24 16:55:54 -04:00
parent d7f3ef96ce
commit d35eff848a
2 changed files with 2 additions and 2 deletions

View file

@ -19,5 +19,5 @@ run:
mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'quay'@'127.0.0.1';"
cd quay-pull-request
PYTHONPATH="." alembic upgrade head
PYTHONPATH="." python -m unittest discover -f
PYTHONPATH="." py.test "." --ignore=endpoints/appr/test/
service mysql stop

View file

@ -20,5 +20,5 @@ run:
su postgres -c "psql -c 'GRANT ALL PRIVILEGES ON DATABASE quaytest TO quay';"
cd quay-pull-request
PYTHONPATH="." alembic upgrade head
PYTHONPATH="." python -m unittest discover -f
PYTHONPATH="." py.test "." --ignore=endpoints/appr/test/
service postgresql stop