[Neo-report] r2692 jm - /trunk/tools/test_bot
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 24 10:33:54 CET 2011
Author: jm
Date: Thu Mar 24 10:33:54 2011
New Revision: 2692
Log:
test_bot: add name of test environment in report title
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] Thu Mar 24 10:33:54 2011
@@ -48,7 +48,8 @@ def main():
if not subprocess.call((os.path.join(bin, 'buildout'), '-v'),
cwd=test_home):
subprocess.call([os.path.join(bin, 'neotestrunner'), '-fuz',
- '--title', 'NEO tests (r%u)' % revision,
+ '--title', 'NEO tests (r%u-%s)'
+ % (revision, os.path.basename(test_home)),
] + sys.argv[1:arg_count])
clean()
More information about the Neo-report
mailing list