summaryrefslogtreecommitdiff
path: root/contrib/cirrus/container_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-10 16:27:04 -0400
committerGitHub <noreply@github.com>2020-08-10 16:27:04 -0400
commitf24538b85e9c81be3cb1f4990bd3613986621746 (patch)
treea7474cd334dffb26fee0da049c0ad101ab48be95 /contrib/cirrus/container_test.sh
parentb20f44f073c1d501de499ec778a528f39edc1f5c (diff)
parent49fa3e73997815874a6314ebb7177f878d6839b1 (diff)
downloadpodman-f24538b85e9c81be3cb1f4990bd3613986621746.tar.gz
podman-f24538b85e9c81be3cb1f4990bd3613986621746.tar.bz2
podman-f24538b85e9c81be3cb1f4990bd3613986621746.zip
Merge pull request #7244 from rhatdan/test
Remove TEST_ from TEST_REMOTE_*
Diffstat (limited to 'contrib/cirrus/container_test.sh')
-rw-r--r--contrib/cirrus/container_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/cirrus/container_test.sh b/contrib/cirrus/container_test.sh
index 8a4ed9492..b56a12232 100644
--- a/contrib/cirrus/container_test.sh
+++ b/contrib/cirrus/container_test.sh
@@ -18,7 +18,7 @@ if [ "${ID}" != "fedora" ] || [ "${CONTAINER_RUNTIME}" != "" ]; then
INTEGRATION_TEST_ENVS="SKIP_USERNS=1"
fi
-echo "$(date --rfc-3339=seconds) $(basename $0) started with '$*' and TEST_REMOTE_CLIENT='${TEST_REMOTE_CLIENT}'"
+echo "$(date --rfc-3339=seconds) $(basename $0) started with '$*' and RCLI='${RCLI}'"
pwd
@@ -57,9 +57,9 @@ while getopts "bituv" opt; do
esac
done
-# The TEST_REMOTE_CLIENT environment variable decides whether
+# The RCLI environment variable decides whether
# to test varlinke
-if [[ "$TEST_REMOTE_CLIENT" == "true" ]]; then
+if [[ "$RCLI" == "true" ]]; then
remote=1
fi