Skip to content

Commit

Permalink
Update run-check_ci.sh
Browse files Browse the repository at this point in the history
BASH lint quotes
  • Loading branch information
TerrenceMcGuinness-NOAA authored Jul 14, 2023
1 parent 0a296cf commit 3638cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/run-check_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi

# Launch experiment
echo "Launch experiment with Rocoto."
rocotorun -v ${ROCOTO_VERBOSE:-0} -w "${xml}" -d "${db}"
rocotorun -v "${ROCOTO_VERBOSE:-0}" -w "${xml}" -d "${db}"
sleep 30
if [[ ! -f "${db}" ]]; then
echo "FATAL ERROR: Rocoto database file ${db} not found, experiment ${pslot} failed, ABORT!"
Expand All @@ -56,7 +56,7 @@ rc=99
while true; do

echo "Run rocotorun."
rocotorun -v ${ROCOTO_VERBOSE:-0} -w "${xml}" -d "${db}"
rocotorun -v "${ROCOTO_VERBOSE:-0}" -w "${xml}" -d "${db}"

# Wait before running rocotostat
sleep 30
Expand Down

0 comments on commit 3638cd5

Please sign in to comment.