Makefile: pass $TRAVIS env to tests
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
22cd20e705
commit
560b0a6a9b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ dbuild: ocidimage
|
||||||
docker rm ${OCID_INSTANCE}
|
docker rm ${OCID_INSTANCE}
|
||||||
|
|
||||||
integration: ocidimage
|
integration: ocidimage
|
||||||
docker run -e TESTFLAGS -t --privileged --rm -v ${CURDIR}:/go/src/${PROJECT} ${OCID_IMAGE} make localintegration
|
docker run -e TESTFLAGS -e TRAVIS -t --privileged --rm -v ${CURDIR}:/go/src/${PROJECT} ${OCID_IMAGE} make localintegration
|
||||||
|
|
||||||
localintegration: binaries
|
localintegration: binaries
|
||||||
./test/test_runner.sh ${TESTFLAGS}
|
./test/test_runner.sh ${TESTFLAGS}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue