Skip to content

Commit

Permalink
More crazy debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jun 20, 2015
1 parent 038ff12 commit 9a34a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions green/process.py
Expand Up @@ -261,8 +261,8 @@ def poolRunner(test_name, coverage_number=None, omit_patterns=[]): # pragma: no
t.module = 'green.loader'
t.class_name = "type is {}, str is {}, dir is {}".format(type(test), str(test), str(dir(test)))
t.description = 'Loading the test resulted in an un-runnable object'
t.method_name = 'poolRunner'
result.addError(test, err)
t.method_name = test_name
result.addError(t, err)

# Finish coverage
if coverage_number and coverage:
Expand Down

0 comments on commit 9a34a14

Please sign in to comment.