I broke ./test.sh, and this fixes it.
[dygraphs.git] / auto_tests / misc / fake-jstestdriver.js
index 404d165..772e10a 100644 (file)
@@ -91,6 +91,7 @@ function TestCase(name) {
       ex = e;
     }
     jstestdriver.announce_("finish", [this, name, result, ex]);
+    return result; // TODO(konigsberg): Remove this, and return value from runAllTests.
   }
 
   testCase.prototype.runTest_ = function(func) {