summaryrefslogtreecommitdiff
path: root/testrepository/commands/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrepository/commands/run.py')
-rw-r--r--testrepository/commands/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrepository/commands/run.py b/testrepository/commands/run.py
index 7b6cd40..3c21e25 100644
--- a/testrepository/commands/run.py
+++ b/testrepository/commands/run.py
@@ -79,7 +79,7 @@ class ReturnCodeToSubunit(object):
if v2_avail:
stream = subunit.StreamResultToBytes(self.source)
stream.status(test_id='process-returncode', test_status='fail',
- file_name='traceback', mime_type='test/plain;charset=utf8',
+ file_name='traceback', mime_type='text/plain;charset=utf8',
file_bytes=('returncode %d' % returncode).encode('utf8'))
else:
self.source.write(_b('test: process-returncode\n'