mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: avoid build failure when test_tags not supported
This commit is contained in:
parent
10799ba9d6
commit
d7f6075c8b
@ -327,7 +327,7 @@ class ConfigStep(models.Model):
|
||||
test_tags = self.test_tags.replace(' ', '')
|
||||
cmd.extend(['--test-tags', test_tags])
|
||||
else:
|
||||
build._log('test_all', 'Test tags given but not supported', level='WARNING')
|
||||
build._log('test_all', 'Test tags given but not supported')
|
||||
|
||||
if grep(config_path, "--screenshots"):
|
||||
cmd += ['--screenshots', '/data/build/tests']
|
||||
|
Loading…
Reference in New Issue
Block a user