summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-15 17:58:26 -0500
committerGitHub <noreply@github.com>2017-11-15 17:58:26 -0500
commitbf8b9a37df2aeead009996875f58c59625110472 (patch)
tree73d21edb601163fa907049a10c152917cc766a57 /Makefile
parentafe1a2e7f1a54946d86588398c37c6d52c4e125c (diff)
parentacd9c668647d273488772bfcb06a0f1a44dfb411 (diff)
downloadpodman-bf8b9a37df2aeead009996875f58c59625110472.tar.gz
podman-bf8b9a37df2aeead009996875f58c59625110472.tar.bz2
podman-bf8b9a37df2aeead009996875f58c59625110472.zip
Merge pull request #47 from baude/terminal_attach
Fix terminal attach
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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