diff --git a/lib/runner.js b/lib/runner.js index e94a4260d..23c1a4246 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -334,6 +334,8 @@ Runner.prototype.run = function() { pluginPostTestPromises.push(plugins.postTest(false, testInfo)); }); + log.debug('Running with spec files ' + self.config_.specs); + return require(frameworkPath).run(self, self.config_.specs). then(function(testResults) { return q.all(pluginPostTestPromises).then(function(postTestResultList) {