Conversation
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members.
|
@nodejs/platform-windows |
|
I think this would be made unnecessary by #10156, which will also stop people having to remember the |
|
#10156 landed. Is this still necessary? |
|
@jasnell #10156 was +1 for
EDIT: we should be using cc/ @joaocgreis |
|
If this is a backport for 7, 6 and 4, then, separate PRs for landing in those should be opened. |
|
I'm thinking that #10156 now makes this PR un-necessary. |
|
@jboarman see #10112 (comment), it's necessary for all current release lines as that PR is |
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
doc
Description of change
Corrected parameter for running tests on Windows. Without the corrected
parameters, Windows users encounter an error about failing to sign the
build, "Failed to sign exe", which can be discouraging to new Windows
community members.