Commit 398056ce authored by Julien Muchembled's avatar Julien Muchembled

test_bot: add name of test environment in report title

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2692 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1530e9b9
...@@ -48,7 +48,8 @@ def main(): ...@@ -48,7 +48,8 @@ def main():
if not subprocess.call((os.path.join(bin, 'buildout'), '-v'), if not subprocess.call((os.path.join(bin, 'buildout'), '-v'),
cwd=test_home): cwd=test_home):
subprocess.call([os.path.join(bin, 'neotestrunner'), '-fuz', 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]) ] + sys.argv[1:arg_count])
clean() clean()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment