[Neo-report] r2691 jm - /trunk/tools/test_bot

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 23 22:22:01 CET 2011


Author: jm
Date: Wed Mar 23 22:22:01 2011
New Revision: 2691

Log:
test_bot: fix title of reports

Modified:
    trunk/tools/test_bot

Modified: trunk/tools/test_bot
==============================================================================
--- trunk/tools/test_bot [iso-8859-1] (original)
+++ trunk/tools/test_bot [iso-8859-1] Wed Mar 23 22:22:01 2011
@@ -47,8 +47,9 @@ def main():
             bin = os.path.join(test_home, 'bin')
             if not subprocess.call((os.path.join(bin, 'buildout'), '-v'),
                                    cwd=test_home):
-                subprocess.call([os.path.join(bin, 'neotestrunner'), '-fuz']
-                                + sys.argv[1:arg_count])
+                subprocess.call([os.path.join(bin, 'neotestrunner'), '-fuz',
+                                 '--title', 'NEO tests (r%u)' % revision,
+                                ] + sys.argv[1:arg_count])
         clean()
 
 if __name__ == '__main__':




More information about the Neo-report mailing list