summaryrefslogtreecommitdiff
path: root/contrib/cirrus/rootless_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-09 01:36:53 -0700
committerGitHub <noreply@github.com>2019-04-09 01:36:53 -0700
commitd744d9e3038aea2cf77ca83326be2f141da3b610 (patch)
treea407b434cdd1cc67a66f2983fbadbfe3e6dfcacd /contrib/cirrus/rootless_test.sh
parent0fdbf1d306a806520257e100bb9f306e516fd8f0 (diff)
parentce82e19a372571f296e8463727809ee76c725911 (diff)
downloadpodman-d744d9e3038aea2cf77ca83326be2f141da3b610.tar.gz
podman-d744d9e3038aea2cf77ca83326be2f141da3b610.tar.bz2
podman-d744d9e3038aea2cf77ca83326be2f141da3b610.zip
Merge pull request #2859 from giuseppe/enable-userns-tests-rootless
test: enable userns and remote e2e tests for rootless
Diffstat (limited to 'contrib/cirrus/rootless_test.sh')
-rwxr-xr-xcontrib/cirrus/rootless_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/rootless_test.sh b/contrib/cirrus/rootless_test.sh
index 88b38f45b..09c57f993 100755
--- a/contrib/cirrus/rootless_test.sh
+++ b/contrib/cirrus/rootless_test.sh
@@ -18,6 +18,8 @@ then
exit 1
fi
+export PODMAN_VARLINK_ADDRESS=unix:/tmp/podman-$(id -u)
+
echo "."
echo "Hello, my name is $USER and I live in $PWD can I be your friend?"
@@ -28,5 +30,6 @@ make
make varlink_generate
make test-binaries
make ginkgo
+make ginkgo-remote
record_timestamp "rootless test end"