Commit 19c61f10 authored by yann300's avatar yann300

forward error to resultsCallback

parent 1aae6e54
......@@ -133,8 +133,8 @@ function runTest (testName, testObject, contractDetails, opts, testCallback, res
next(err)
})
}
}, function () {
resultsCallback(null, {
}, function (error) {
resultsCallback(error, {
passingNum: passingNum,
failureNum: failureNum,
timePassed: timePassed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment