Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Remove deprecated syntax and modernize shell test scripts #5370

Merged
merged 9 commits into from
Sep 26, 2022
Merged

build: Remove deprecated syntax and modernize shell test scripts #5370

merged 9 commits into from
Sep 26, 2022

Conversation

a1346054
Copy link
Contributor

I performed the minimum number of changes that still preserves the same old behavior, but fixes some errors and other minor issues.

Copy link
Collaborator

@rusty-snake rusty-snake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

echo "${arr[16]}"
echo "${arr[17]}"
echo "${arr[18]}"
echo "${arr[19]}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could use a loop here.

Copy link
Contributor Author

@a1346054 a1346054 Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it can be replaced with

printf '%s\n' "Legend:" "${arr[@]}"

but I didn't want to make more changes than necessary

test/filters/filters.sh Show resolved Hide resolved
@netblue30 netblue30 merged commit 9c3f967 into netblue30:master Sep 26, 2022
@netblue30
Copy link
Owner

merged, thanks!

@kmk3 kmk3 added this to In progress in Release 0.9.72 via automation Sep 26, 2022
@kmk3 kmk3 changed the title Remove deprecated syntax and modernize shell test scripts build: Remove deprecated syntax and modernize shell test scripts Sep 26, 2022
kmk3 added a commit that referenced this pull request Sep 26, 2022
@kmk3 kmk3 moved this from In progress to Done (on RELNOTES) in Release 0.9.72 Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 0.9.72
  
Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

None yet

3 participants