Skip to content

Commit

Permalink
test: fix flaky inspector-cli/test-inspector-cli-pid on AIX
Browse files Browse the repository at this point in the history
Sometimes, there isn't a newine in the AIX output that already has a
comment indicating it needs investigation.
  • Loading branch information
Trott committed Apr 27, 2021
1 parent 4dc8e76 commit a438fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inspector-cli/test-inspector-cli-pid.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function launchTarget(...args) {
// .then(() => cli.waitForPrompt())
//
// What we're diong for now:
.then(() => cli.waitFor(/>\s+(?:\n1 breakpoints restored\.)?$/))
.then(() => cli.waitFor(/>\s+(?:\n?1 breakpoints restored\.)?$/))
.then(() => {
assert.match(
cli.output,
Expand Down

0 comments on commit a438fbc

Please sign in to comment.