mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-11 06:24:04 +00:00
Add fixture pool creation from GitHub for system tests.
This commit is contained in:
@@ -49,6 +49,7 @@ system-test:
|
|||||||
ifeq ($(GOVERSION), go1.2)
|
ifeq ($(GOVERSION), go1.2)
|
||||||
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
|
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
|
||||||
endif
|
endif
|
||||||
|
if [ ! -e ~/aptly-fixture-pool ]; then git clone https://github.com/aptly-dev/aptly-fixture-pool.git ~/aptly-fixture-pool/; fi
|
||||||
go install
|
go install
|
||||||
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user