Merge pull request #1746 from tiborvass/fix-shell

Fix make shell
This commit is contained in:
Michael Crosby 2018-02-28 10:33:21 -05:00 committed by GitHub
commit 6f6bb35129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ rootlessintegration: runcimage
localrootlessintegration: all
tests/rootless.sh
shell: all
shell: runcimage
docker run -e TESTFLAGS -ti --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) bash
install: