Skip to content

Use Bash array for TEST_IMAGES in test-all.sh#53

Merged
lex57ukr merged 1 commit intomainfrom
52-use-bash-array-for-test-images
Feb 16, 2026
Merged

Use Bash array for TEST_IMAGES in test-all.sh#53
lex57ukr merged 1 commit intomainfrom
52-use-bash-array-for-test-images

Conversation

@lex57ukr
Copy link
Contributor

Summary

Replace the word-split string TEST_IMAGES with a proper Bash array so iteration does not rely on implicit word splitting, consistent with the project's strict shellcheck configuration and the pattern already used by ARCHS in the same script.

Fixes #52

Changes

  • Convert TEST_IMAGES from a plain string to an array declaration
  • Update the for loop to iterate with "${TEST_IMAGES[@]}"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@lex57ukr lex57ukr added the enhancement New feature or request label Feb 16, 2026
@lex57ukr lex57ukr merged commit 067c635 into main Feb 16, 2026
7 checks passed
@lex57ukr lex57ukr deleted the 52-use-bash-array-for-test-images branch February 16, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use Bash array for TEST_IMAGES in test-all.sh

1 participant