summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-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"