summaryrefslogtreecommitdiff
path: root/contrib/cirrus/system_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/system_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/system_test.sh')
-rwxr-xr-xcontrib/cirrus/system_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/system_test.sh b/contrib/cirrus/system_test.sh
index 33e9fbc6b..546fe8e30 100755
--- a/contrib/cirrus/system_test.sh
+++ b/contrib/cirrus/system_test.sh
@@ -7,7 +7,7 @@ source $(dirname $0)/lib.sh
req_env_var GOSRC SCRIPT_BASE OS_RELEASE_ID OS_RELEASE_VER CONTAINER_RUNTIME VARLINK_LOG
LOCAL_OR_REMOTE=local
-if [[ "$TEST_REMOTE_CLIENT" = "true" ]]; then
+if [[ "$RCLI" = "true" ]]; then
LOCAL_OR_REMOTE=remote
fi