summaryrefslogtreecommitdiff
path: root/contrib/cirrus/lib.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-10-09 14:33:14 -0700
committerGitHub <noreply@github.com>2019-10-09 14:33:14 -0700
commit2bf184aa019387de560bec60636ae5152f8b54ce (patch)
tree0a5ece519d71390567f5b139c03fb3b2b47cc339 /contrib/cirrus/lib.sh
parentf61e399a66c716cc6b18659e6b21208007d48848 (diff)
parentffe726ed6438237be6c108f2ba0da10944617153 (diff)
downloadpodman-2bf184aa019387de560bec60636ae5152f8b54ce.tar.gz
podman-2bf184aa019387de560bec60636ae5152f8b54ce.tar.bz2
podman-2bf184aa019387de560bec60636ae5152f8b54ce.zip
Merge pull request #4222 from cevich/collect_varlink_log
Cirrus: Produce and collect varlink output
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r--contrib/cirrus/lib.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh
index 94a94f70d..8a7d3c1a3 100644
--- a/contrib/cirrus/lib.sh
+++ b/contrib/cirrus/lib.sh
@@ -35,6 +35,9 @@ PACKER_BASE=${PACKER_BASE:-./contrib/cirrus/packer}
SETUP_MARKER_FILEPATH="${SETUP_MARKER_FILEPATH:-/var/tmp/.setup_environment_sh_complete}"
AUTHOR_NICKS_FILEPATH="${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/git_authors_to_irc_nicks.csv"
+# Log remote-client system test varlink output here
+export VARLINK_LOG=/var/tmp/varlink.log
+
cd $GOSRC
if type -P git &> /dev/null && [[ -d "$GOSRC/.git" ]]
then