diff options
Diffstat (limited to 'testing/tools/test_runner.py')
-rw-r--r-- | testing/tools/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tools/test_runner.py b/testing/tools/test_runner.py index 81225b7de8..8f0670d33b 100644 --- a/testing/tools/test_runner.py +++ b/testing/tools/test_runner.py @@ -83,7 +83,7 @@ class TestRunner: return False, results else: if (self.enforce_expected_images - and not self.test_suppressor.IsPixelDiffSuppressed(input_filename)): + and not self.test_suppressor.IsImageDiffSuppressed(input_filename)): print 'FAILURE: %s; Missing expected images' % input_filename return False, results |