Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jul 7, 2023
1 parent aac8721 commit 1e23cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitoring/mock_uss/run_locally_scdsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
docker_args="-it"
fi

docker container rm -f "${CONTAINER_NAME}" || echo "No pre-existing "${container_name}" container to remove"
docker container rm -f "${CONTAINER_NAME}" || echo "No pre-existing ${CONTAINER_NAME} container to remove"

# shellcheck disable=SC2086
docker run ${docker_args} --name "${CONTAINER_NAME}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ echo "CONFIG_NAME: $CONFIG_NAME"

echo "Run the standard local tests."
echo "============="
monitoring/uss_qualifier/run_locally.sh $CONFIG_NAME
monitoring/uss_qualifier/run_locally.sh "$CONFIG_NAME"

# Ensure all tests passed
successful=$(python build/dev/extract_json_field.py report.test_suite.successful < monitoring/uss_qualifier/output/report.json)
Expand Down

0 comments on commit 1e23cb5

Please sign in to comment.