diff --git a/runbot/models/build_config.py b/runbot/models/build_config.py index 23bf4adb..750d3a7c 100644 --- a/runbot/models/build_config.py +++ b/runbot/models/build_config.py @@ -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']