X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Ftest%2Fjs%2Ftest.js;h=d478b63678da7a7f96eda6150975f7ce25ff1e25;hb=acf102237f9e26c1b864bf6e432f65040b477851;hp=98c5791b2d016795880702d78f25960cc8f8ad9a;hpb=ded14024983f328620d68d2a51d059d883250ccb;p=jquery.git diff --git a/build/test/js/test.js b/build/test/js/test.js index 98c5791..d478b63 100644 --- a/build/test/js/test.js +++ b/build/test/js/test.js @@ -52,9 +52,10 @@ function evaluateTest(files, num, js) { try { eval(js); } catch(e) { - if(typeof console != "undefined") + if(typeof console != "undefined") { console.error(e); console.debug(js); + } Test.push( [ false, "Died on test #" + (Test.length+1) + ": " + e ] ); }