Skip to content

Commit

Permalink
[test] Add test fixture for producing logging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianFlu committed Apr 25, 2012
1 parent 73b10be commit 4848f90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/fixtures/logs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

for (var i = 0; i < 10; i++) {
console.log('stdout %d', i);
console.error('stderr %d', i);
}

0 comments on commit 4848f90

Please sign in to comment.