Skip to content

Commit

Permalink
[DEBUG] - failing node 6 CI test needs more output to reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
mistahenry committed Feb 14, 2019
1 parent acdd1ff commit 9295040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/acceptance/smoke-test-slow.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,8 @@ describe('Acceptance: smoke-test', function() {
let result = yield ember(['test', '--path=dist']).finally(() => {
process.stdout.write = originalWrite;
});

console.log(output);
expect(result.exitCode).to.equal(0, 'exit code should be 0 for passing tests');

output = output.join(EOL);

expect(output).to.match(/fail\s+0/, 'no failures');
Expand Down

0 comments on commit 9295040

Please sign in to comment.