summaryrefslogtreecommitdiff
path: root/testrepository/commands/load.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrepository/commands/load.py')
-rw-r--r--testrepository/commands/load.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testrepository/commands/load.py b/testrepository/commands/load.py
index 92f0b14..ab8d879 100644
--- a/testrepository/commands/load.py
+++ b/testrepository/commands/load.py
@@ -117,8 +117,7 @@ class load(Command):
previous_run = None
output_result = self.ui.make_result(
inserter.get_id, testcommand, previous_run=previous_run)
- result = testtools.CopyStreamResult([
- testtools.StreamToExtendedDecorator(inserter), output_result])
+ result = testtools.CopyStreamResult([inserter, output_result])
result.startTestRun()
try:
case.run(result)