Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update rt_utils.sh
  • Loading branch information
FernandoAndrade-NOAA authored Jan 26, 2026
commit 8d935a0ff798dd59311e4faf2b036fde53ace025
2 changes: 1 addition & 1 deletion tests/rt_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ ecflow_run() {
save_traps=$(trap)
trap "" SIGINT # Ignore INT signal during ecflow startup
case ${MACHINE_ID} in
wcoss2|acorn|)
wcoss2|acorn)
#shellcheck disable=SC2029
ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -p ${ECF_PORT}\""
;;
Expand Down
Loading