Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e4b50f07
...
e4b50f07947c358687630e85efe32f81e4b4bf54
authored
2012-12-26 14:16:35 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes
https://twitter.com/gawel_/status/283879941018353664
1 parent
d7953073
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
modules/tester.js
modules/tester.js
View file @
e4b50f0
...
...
@@ -1001,6 +1001,7 @@ Tester.prototype.renderResults = function renderResults(exit, status, save) {
"use strict"
;
/*jshint maxstatements:20*/
save
=
save
||
this
.
options
.
save
;
this
.
done
();
// never too sure
var
failed
=
this
.
suiteResults
.
countFailed
(),
passed
=
this
.
suiteResults
.
countPassed
(),
total
=
this
.
suiteResults
.
countTotal
(),
...
...
Please
register
or
sign in
to post a comment