summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/gleantest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/gleantest.py b/framework/gleantest.py
index e4907b38..0b02491a 100644
--- a/framework/gleantest.py
+++ b/framework/gleantest.py
@@ -96,7 +96,7 @@ class GleanTest(Test):
self.handleErr(results, err)
- results['info'] = "@@@Returncode: %d\n\nErrors:\n%s\n\nOutput:\n%s" % (glean.returncode, err, out)
+ results['info'] = "Returncode: %d\n\nErrors:\n%s\n\nOutput:\n%s" % (glean.returncode, err, out)
return results