We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072f77d commit 6000ed3Copy full SHA for 6000ed3
bot/test.sh
@@ -63,7 +63,7 @@ LOCAL_TMP=$(cfg_get_value "site_config" "local_tmp")
63
echo "bot/test.sh: LOCAL_TMP='${LOCAL_TMP}'"
64
65
# try to determine tmp directory from build job
66
-EESSI_TMPDIR=$(grep -oP "To resume work add '--resume \K.*(?=')" slurm-${SLURM_JOBID}.out)
+EESSI_TMPDIR=$(grep -oP "To resume work add '--resume \K.*(?=')" slurm-${SLURM_JOB_ID}.out)
67
68
if [[ -z ${EESSI_TMPDIR} ]]; then
69
echo "bot/test.sh: no information about tmp directory build step; --> giving up"
0 commit comments