We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee54bd commit ba0105cCopy full SHA for ba0105c
MC/run/ANCHOR/tests/test_looper.sh
@@ -40,6 +40,8 @@ for i in "${!headers[@]}"; do
40
headers[$i]=$(echo "${headers[$i]}" | sed -E 's/#?%\{//;s/\}//g')
41
done
42
43
+TOPWORKDIR=""
44
+
45
# Read and process each subsequent line
46
{
47
read # Skip the header line
@@ -160,6 +162,8 @@ for s in submit*.sh; do
160
162
if [[ -z ${WORKFLOWS_FOUND} || -z ${AODS_FOUND} ]]; then
161
163
echo "❌ Missing files for case $s: Check here for logs ${urls[${s}]}"
164
FINAL_SUCCESS=1 # mark as failure
165
+ # also upload log file to AliEn for later inspection
166
+ alien.py cp file:./log_${s} alien:~/${TOPWORKDIR}
167
else
168
echo "✅ Files found in $s"
169
fi
0 commit comments