Skip to content

Commit 6000ed3

Browse files
committed
use SLURM_JOB_ID instead of SLURM_JOBID
1 parent 072f77d commit 6000ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ LOCAL_TMP=$(cfg_get_value "site_config" "local_tmp")
6363
echo "bot/test.sh: LOCAL_TMP='${LOCAL_TMP}'"
6464

6565
# try to determine tmp directory from build job
66-
EESSI_TMPDIR=$(grep -oP "To resume work add '--resume \K.*(?=')" slurm-${SLURM_JOBID}.out)
66+
EESSI_TMPDIR=$(grep -oP "To resume work add '--resume \K.*(?=')" slurm-${SLURM_JOB_ID}.out)
6767

6868
if [[ -z ${EESSI_TMPDIR} ]]; then
6969
echo "bot/test.sh: no information about tmp directory build step; --> giving up"

0 commit comments

Comments
 (0)