From acd9c668647d273488772bfcb06a0f1a44dfb411 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 8 Nov 2017 15:14:33 -0600 Subject: Fix terminal attach Re-order the startup of a new container via run from initialize > start > attach to initialize > attach > start. This fixes output when running: kpod run -i -t IMAGE command and kpod run IMAGE command Signed-off-by: baude --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e6d44e03e..06d558dfc 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ testunit: $(GO) test -tags "$(BUILDTAGS)" -cover $(PACKAGES) localintegration: test-binaries - ./test/test_runner.sh ${TESTFLAGS} + bash -i ./test/test_runner.sh ${TESTFLAGS} binaries: conmon kpod -- cgit v1.2.3-54-g00ecf