| Index: testing/tools/run_corpus_tests.py
|
| diff --git a/testing/tools/run_corpus_tests.py b/testing/tools/run_corpus_tests.py
|
| index e2b950c363a2817137a62fee837efef6c7522793..0c44cc697298d58a4a1a24bde042354a8b19d3a3 100755
|
| --- a/testing/tools/run_corpus_tests.py
|
| +++ b/testing/tools/run_corpus_tests.py
|
| @@ -102,7 +102,8 @@ def main():
|
| if not os.path.exists(working_dir):
|
| os.makedirs(working_dir)
|
|
|
| - test_suppressor = suppressor.Suppressor(finder)
|
| + feature_string = subprocess.check_output([pdfium_test_path, '--show-config'])
|
| + test_suppressor = suppressor.Suppressor(finder, feature_string)
|
| image_differ = pngdiffer.PNGDiffer(finder)
|
|
|
| # test files are under .../pdfium/testing/corpus.
|
|
|