Skip to content

Commit

Permalink
another shellnorm || true
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 13, 2025
1 parent 3da4c54 commit c416370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctests/scripts/execute.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lack_of_job_count=0
LACK_OF_JOB_LIMIT=5

while true; do
job_status=$(sacct -j "${job_id}" --format=State --noheader -n | head -1)
job_status=$(sacct -j "${job_id}" --format=State --noheader -n | head -1) || true
if [[ -n "${job_status}" ]]; then
echo "Job ${job_id} found in sacct."
break
Expand Down

0 comments on commit c416370

Please sign in to comment.