test: fix helper-debugger-repl.js · nodejs/node@e97c610 · GitHub
Skip to content

Commit e97c610

Browse files
Trottaddaleax
authored andcommitted
test: fix helper-debugger-repl.js
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. PR-URL: #9486 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
1 parent f3861c2 commit e97c610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/debugger/helper-debugger-repl.js

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)