From 8a32d0bf26bf7bea0a15eec702922b40cb21c7a2 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Wed, 9 Jan 2019 14:40:30 +0100 Subject: [PATCH] Added temporary printing of the raw contents of STATUS_FILE to client_ar.sh --- continuousintegration/orchestration/tests/client_ar.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/continuousintegration/orchestration/tests/client_ar.sh b/continuousintegration/orchestration/tests/client_ar.sh index 482e1d4191..e1e502103b 100644 --- a/continuousintegration/orchestration/tests/client_ar.sh +++ b/continuousintegration/orchestration/tests/client_ar.sh @@ -188,6 +188,9 @@ LASTCOUNT=${RETRIEVED} # in previous status mappings eos root://${EOSINSTANCE} ls -y ${EOS_DIR} | sed -e 's/^\(d.::t.\).*\(test[0-9]\+\)$/\2 \1/;s/d[^0]::t[^0]/retrieved/;s/d[^0]::t0/copied/;s/d0::t0/error/;s/d0::t[^0]/tapeonly/' > ${STATUS_FILE} +echo "RAW STATUS_FILE (${STATUS_FILE})" +cat ${STATUS_FILE} + echo "LIST OF RETRIEVED FILES" for RETRIEVED_FILE in `cat ${STATUS_FILE} | grep retrieved | awk '{print $NF;}'`; do RETRIEVED_FILE_FULL_PATH=${EOS_DIR}/${RETRIEVED_FILE} -- GitLab