diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-09 01:36:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 01:36:53 -0700 |
commit | d744d9e3038aea2cf77ca83326be2f141da3b610 (patch) | |
tree | a407b434cdd1cc67a66f2983fbadbfe3e6dfcacd /contrib/cirrus/rootless_test.sh | |
parent | 0fdbf1d306a806520257e100bb9f306e516fd8f0 (diff) | |
parent | ce82e19a372571f296e8463727809ee76c725911 (diff) | |
download | podman-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-x | contrib/cirrus/rootless_test.sh | 3 |
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" |