Prepare Travis with all files to run aptly system tests with DB fixture.

This commit is contained in:
Andrey Smirnov
2014-01-27 19:45:35 +04:00
parent 899a28cc27
commit 29cb5d9c9e

View File

@@ -46,8 +46,9 @@ check:
golint .
system-test:
if [ ! -e ~/aptly-fixture-db ]; then git clone git@github.com:aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
go install
PATH=$(BINPATH):$(PATH) python system/run.py
PATH=$(BINPATH):$(PATH) python system/run.py --long
travis: $(TRAVIS_TARGET) system-test