diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-06 10:09:33 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-10 12:47:43 -0400 |
commit | 49fa3e73997815874a6314ebb7177f878d6839b1 (patch) | |
tree | 7cb778c747821435ebe778c1507f076f7868178a /contrib/cirrus/integration_test.sh | |
parent | 162625f2e74c8ad9bf9a7337baaa2621bbf0a26e (diff) | |
download | podman-49fa3e73997815874a6314ebb7177f878d6839b1.tar.gz podman-49fa3e73997815874a6314ebb7177f878d6839b1.tar.bz2 podman-49fa3e73997815874a6314ebb7177f878d6839b1.zip |
Remove TEST_REMOTE_CLIENT from RCLI
We know these are TEST_, hoping this makes the display in
cirrus easier for users to see true|false, since this is the
valuable information is.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 692d5a236..c65f5e25f 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_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 |