[FIX] runbot: avoid build failure when test_tags not supported

This commit is contained in:
Xavier-Do 2019-11-06 12:55:37 +01:00
parent 10799ba9d6
commit d7f6075c8b

View File

@ -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']