diff --git a/product/ERP5Type/tests/runFunctionalTest.py b/product/ERP5Type/tests/runFunctionalTest.py
index 6769101cd54754b2ea306c1fd83b84be35981be6..d5dcac1a77d84aa178d8cb31c19f420a84d5914d 100755
--- a/product/ERP5Type/tests/runFunctionalTest.py
+++ b/product/ERP5Type/tests/runFunctionalTest.py
@@ -303,8 +303,7 @@ Tests failed: %4s
 
 Following tests failed:
 
-  
-  %s""" % (passes, failures, "\n".join(error_titles))
+%s""" % (passes, failures, "\n".join(error_titles))
     detail = ''
     for e in result_re.findall(file_content):
       if error_result_re.match(e):