diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-05-02 13:21:50 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-04 17:15:55 +0000 |
commit | 769f8f2d72dc74475bd9709aa6421ad8e1b14fc7 (patch) | |
tree | 58d05d84855ff73193b33f5d63664873a9c86381 /.papr.sh | |
parent | 522a7197a88ab4e3730387df33f22e445f0f8f3c (diff) | |
download | podman-769f8f2d72dc74475bd9709aa6421ad8e1b14fc7.tar.gz podman-769f8f2d72dc74475bd9709aa6421ad8e1b14fc7.tar.bz2 podman-769f8f2d72dc74475bd9709aa6421ad8e1b14fc7.zip |
test/e2e/run_userns_test.go: new file
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #690
Approved by: mheon
Diffstat (limited to '.papr.sh')
-rwxr-xr-x | .papr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,5 +30,5 @@ make TAGS="${TAGS}" install PREFIX=/usr ETCDIR=/etc make TAGS="${TAGS}" test-binaries # Run the ginkgo integration tests -GOPATH=/go make localintegration +SKIP_USERNS=1 GOPATH=/go make localintegration exit 0 |