Skip to content

Commit

Permalink
debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jan 15, 2015
1 parent d8cb4ed commit bf0d744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ describe('cli', function() {

bin.stderr.setEncoding('utf8');
bin.stderr.on('data', function(data) {
console.log(data);
console.log(src);
assert(data.trim() === '=> changed: ' + src);
bin.kill();
fs.unlinkSync(src);
Expand Down

0 comments on commit bf0d744

Please sign in to comment.