Skip to content

Commit

Permalink
chore(debugging): add info about current spec file list when troubles…
Browse files Browse the repository at this point in the history
…hooting

Running with the `--troubleshoot` flag will now list the spec files
for each runner instance.
  • Loading branch information
juliemr committed Jun 4, 2015
1 parent 57db1d1 commit e787309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e787309

Please sign in to comment.