Skip to content

Commit

Permalink
Merge pull request #119 from samkirkpatrick/master
Browse files Browse the repository at this point in the history
Added 'summaryOnly' check around output of PhantomJS error traces
  • Loading branch information
vladikoff committed Apr 13, 2016
2 parents 8911a47 + 4d8599c commit d31dec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Nick Weingartner
Schalk Neethling
Shaker Islam
Stephen Brandwood
Mark Bailie (http://markbailie.co.uk)
Mark Bailie (http://markbailie.co.uk)
Sam Kirkpatrick
1 change: 0 additions & 1 deletion tasks/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ module.exports = function(grunt) {

phantomjs.on('error.onError', function (msg, stackTrace) {
grunt.event.emit('qunit.error.onError', msg, stackTrace);
grunt.log.warn('PhantomJS error:\n', msg, '\n', stackTrace);
});

grunt.registerMultiTask('qunit', 'Run QUnit unit tests in a headless PhantomJS instance.', function() {
Expand Down

0 comments on commit d31dec4

Please sign in to comment.