Skip to content

Commit

Permalink
bin: fix SIGINT test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Sep 5, 2024
1 parent bd6ac58 commit f4fb4f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/concurrently.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,7 @@ describe('exiting conditions', () => {
expect(lines).toContainEqual(
expect.stringMatching(
createKillMessage(
isWindows
? // '^C' is echoed by read-echo.js (also happens without the wrapper)
'[0] ^Cnode fixtures/read-echo.js'
: '[0] node fixtures/read-echo.js',
'[0] node fixtures/read-echo.js',
// TODO: Flappy value due to race condition, sometimes killed by concurrently (exit code 1),
// sometimes terminated on its own (exit code 0).
// Related issue: https://github.com/open-cli-tools/concurrently/issues/283
Expand Down

0 comments on commit f4fb4f7

Please sign in to comment.