summaryrefslogtreecommitdiff
path: root/.papr.sh
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-05-02 13:21:50 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-04 17:15:55 +0000
commit769f8f2d72dc74475bd9709aa6421ad8e1b14fc7 (patch)
tree58d05d84855ff73193b33f5d63664873a9c86381 /.papr.sh
parent522a7197a88ab4e3730387df33f22e445f0f8f3c (diff)
downloadpodman-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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.papr.sh b/.papr.sh
index 044a7c4a9..abf43bad6 100755
--- a/.papr.sh
+++ b/.papr.sh
@@ -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