summaryrefslogtreecommitdiff
path: root/testutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'testutils.py')
-rw-r--r--testutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testutils.py b/testutils.py
index 8ceac5fd4..a50d55d9e 100644
--- a/testutils.py
+++ b/testutils.py
@@ -95,6 +95,7 @@ class TestReporter(BaseReporter):
def __init__(self):
self.message_ids = {}
self.reset()
+ self.path_strip_prefix = os.getcwd() + os.sep
def reset(self):
self.out = StringIO()