Skip to content

build: add a space to clarify skipping crypto msg

This commit adds a space to the message that is displayed for tests that are skipped when node was built --without-ssl. For example, this is what is currently displayed:

"release test-https-agent-additional-optionsSkipping as node was compiled
without crypto support"

After this change this will be:

"release test-https-agent-additional-options: Skipping as node was compiled
without crypto support"
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading