Skip to content

Commit

Permalink
Fix typo in test script (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthab authored Mar 13, 2024
1 parent 512a360 commit 6b94520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/suse_leap_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "git root: ${git_root}"

for image in "${images[@]}"; do
docker pull "${image}"
docker run --rm --entrypoint=/bin/bash --env USE_BZLMOD -volume="${git_root}:/src" "${image}" -c """
docker run --rm --entrypoint=/bin/bash --env USE_BZLMOD --volume="${git_root}:/src" "${image}" -c """
set -exuo pipefail
# Common setup
Expand Down

0 comments on commit 6b94520

Please sign in to comment.