Skip to content

Commit

Permalink
Yet more CI investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Aug 28, 2023
1 parent 61c0f18 commit e03f161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ test(
await wireit.exit;
assert.equal(main.numInvocations, 1);
// CI testing:
// await wireit.waitForLog(/❌ main killed/);
// await wireit.waitForLog(/❌ main killed/); ??
await wireit.waitForLog(/❌ 1 script failed/);
})
);
Expand Down

0 comments on commit e03f161

Please sign in to comment.