Merge pull request #41 from chriskuehl/no-interactive-tests

Don't run tests interactively or with a TTY
This commit is contained in:
Kent Wills 2015-10-22 17:06:37 -07:00
commit ffaa420179

View file

@ -2,7 +2,7 @@ CFLAGS=-std=gnu99 -static -Wall -Werror -O3
TEST_PACKAGE_DEPS := python python-pip
DOCKER_RUN_TEST := docker run -ti -v $(PWD):/mnt:ro
DOCKER_RUN_TEST := docker run -v $(PWD):/mnt:ro
# test installation using Debian packages
DOCKER_DEB_TEST := sh -euxc ' \