diff options
-rw-r--r-- | utils/agljobtemplate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index f9207a3..c25dc9f 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -187,7 +187,7 @@ class Agljobtemplate(object): if 'all' in tests: tests = self.tests for t in tests: - if machine == 'bbe' and t == 'screenshot': + if machine == 'bbe' and t == 'screenshooter': continue if t in self.tests: test_templates.append(os.path.join(self.TESTS_DIR, t + '.jinja2')) |