X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=phantom-driver.js;h=6e4c18e9d9f180bbb57431604bfe1b220ca9b266;hb=1beeb31035c4028e84cde14b804c08d33bffbd02;hp=009c634c61f0f9007a416cbe0cffea528613a76a;hpb=300c5ff08f0d397093c803bc86f5cd145ba9655d;p=dygraphs.git diff --git a/phantom-driver.js b/phantom-driver.js index 009c634..6e4c18e 100644 --- a/phantom-driver.js +++ b/phantom-driver.js @@ -80,7 +80,7 @@ page.open(url, function(status) { for (var test in caseResults) { if (caseResults[test] !== true) { num_failing++; - failures.push(testCase + '.' + test + ' failed'); + failures.push(testCase + '.' + test); } else { // console.log(testCase + '.' + test + ' passed'); num_passing++;