| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Append --node-args to existing list, don't overwrite arg list.
Sorry, something went wrong.
Sorry, something went wrong.
|
LGTM. CI run above is green so will land |
Sorry, something went wrong.
|
marking this and it's dependent PRs as don't land on v4.x... we can revisit that later if necessary. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Affected core subsystem(s)
test
Description of change
In #5376 I introduced the "--node-args" facility to test.py by overwriting the test configuration additional argument list. Instead, I should have simply appended to the list to preserve the existing arguments. This PR fixes the regression introduced and reported in #5442.
After this PR the test runner will append --node-args to the existing argument list (if it is present), instead of simply overwriting it.