Skip to content

Commit

Permalink
Don't run tests interactivly with a TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Oct 22, 2015
1 parent c6dd18b commit 32a5e96
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 32a5e96

Please sign in to comment.