| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Script hack/test.sh sets nounset and expands test_flags at line 27.
Outside CI that array is empty, and bash 3.2 treats the expansion of an
empty array as an unbound variable, so make verify aborts before it runs
a test. macOS ships bash 3.2.57 as /bin/bash.
Guard the expansion so it disappears when the array is empty. This
matches the ${timeout_flag:+...} guard in the same line.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dergeberl The full list of commands accepted by this bot can be found here. The pull request process is described here Details Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing /approve in a comment |
Sorry, something went wrong.
|
LGTM label has been added. DetailsGit tree hash: 0e04d3fbc8bb1ffa01100960963d0f7aad673b3f |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is an automated cherry-pick of #1505
/assign dergeberl