Skip to content

test: fix test runner arg regression

Affected core subsystem(s)

test

Description of change

In https://github.com/nodejs/node/pull/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 https://github.com/nodejs/node/issues/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.

Merge request reports

Loading