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 ...@@ -133,8 +133,8 @@ function runTest (testName, testObject, contractDetails, opts, testCallback, res
next(err) next(err)
}) })
} }
}, function () { }, function (error) {
resultsCallback(null, { resultsCallback(error, {
passingNum: passingNum, passingNum: passingNum,
failureNum: failureNum, failureNum: failureNum,
timePassed: timePassed 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