diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-15 17:58:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 17:58:26 -0500 |
commit | bf8b9a37df2aeead009996875f58c59625110472 (patch) | |
tree | 73d21edb601163fa907049a10c152917cc766a57 /Makefile | |
parent | afe1a2e7f1a54946d86588398c37c6d52c4e125c (diff) | |
parent | acd9c668647d273488772bfcb06a0f1a44dfb411 (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |