Skip to content

Commit

Permalink
Fix shellcheck warning
Browse files Browse the repository at this point in the history
  In /github/workspace/tests/rt_utils.sh line 130:
    local test_status='PASS'
          ^---------^ SC2034 (warning): test_status appears unused. Verify use (or export if used externally).
  • Loading branch information
DusanJovic-NOAA committed Aug 2, 2024
1 parent 9690557 commit 107001d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rt_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ submit_and_wait() {
ROCOTO=${ROCOTO:-false}
ECFLOW=${ECFLOW:-false}

local test_status='PASS'
case ${SCHEDULER} in
pbs)
qsubout=$( qsub "${job_card}" )
Expand Down

0 comments on commit 107001d

Please sign in to comment.