From 32a5e96b66cdd35574204cc3d9780d7c373fe9ff Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Thu, 22 Oct 2015 16:43:50 -0700 Subject: [PATCH] Don't run tests interactivly with a TTY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fc329b..f09c756 100644 --- a/Makefile +++ b/Makefile @@ -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 ' \