Skip to content

test: improve debug-break-on-uncaught reliability

Rodrigo Muino Tomonari requested to merge github/fork/Trott/catch into master
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test debugger

Description of change

Move test-debug-break-on-uncaught from debugger directory to sequential so that it gets exercised by make test and via the continuous integration server for the project.

Removed unnecessary port number modification that is probable source of unreliability on CI.

Merge request reports

Loading