summaryrefslogtreecommitdiff
path: root/piglit-run.py
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-03-27 15:52:49 +0000
committerDylan Baker <baker.dylan.c@gmail.com>2014-04-02 10:21:01 -0700
commitf3da3082b5a5fd083f33d73fbb5e6bb8928c01ef (patch)
tree04ed164b664625cd3da83f1b531f7f2069627fdf /piglit-run.py
parentdb1acd6d7b62df34aee21117db766443173736d2 (diff)
Remove extra newline from the end of run message
The extra newline is no longer necessary as the final summary line includes one. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-run.py')
-rwxr-xr-xpiglit-run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/piglit-run.py b/piglit-run.py
index d57abd739..672c05752 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -177,8 +177,7 @@ def main():
json_writer.close_dict()
json_writer.file.close()
- print('\n'
- 'Thank you for running Piglit!\n'
+ print('Thank you for running Piglit!\n'
'Results have been written to ' + result_filepath)