Skip to content

Commit

Permalink
adding specsFailedCount in simpleExecution
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed Oct 16, 2015
1 parent b13495d commit 748a731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions execution/simpleExecution.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (exe *simpleExecution) start() *result.SuiteResult {
exe.suiteResult.ProjectName = filepath.Base(config.ProjectRoot)
exe.suiteResult.Environment = env.CurrentEnv
exe.suiteResult.Tags = ExecuteTags
exe.suiteResult.SpecsSkippedCount = len(exe.errMaps.specErrs)
initSuiteDataStoreResult := exe.initializeSuiteDataStore()
if initSuiteDataStoreResult.GetFailed() {
exe.logger.Error("Failed to initialize suite datastore. Error: %s", initSuiteDataStoreResult.GetErrorMessage())
Expand Down

0 comments on commit 748a731

Please sign in to comment.