Skip to content

Commit

Permalink
Merge pull request #41 from chriskuehl/no-interactive-tests
Browse files Browse the repository at this point in the history
Don't run tests interactively or with a TTY
  • Loading branch information
kentwills committed Oct 23, 2015
2 parents c6dd18b + 32a5e96 commit ffaa420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' \
Expand Down

0 comments on commit ffaa420

Please sign in to comment.