gh-ost/script/itest

9 lines
160 B
Bash
Executable File

#!/bin/sh
#
# Wrapper for running integration tests in docker.
./script/dock pkg $(pwd)/bin
docker build -t itest -f Dockerfile.itest .
docker run --rm itest