Skip to content

test: fix helper-debugger-repl.js

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-debug-test into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test debugger

Description of change

The test debugger/test-debugger-repl-break-in-module (and probably others) was failing because the handshake message for debugging is no longer listening on port <port> but is instead listening on <address>:<port>.

This change makes the check less strict so as to hopefully future-proof it at least a little bit against subsequent changes.

This test failure is not caught in CI because currently debugger tests are not run in CI.

Merge request reports

Loading