Chromium Code Reviews| Index: tools/tests/skimage_self_test.py |
| =================================================================== |
| --- tools/tests/skimage_self_test.py (revision 9583) |
| +++ tools/tests/skimage_self_test.py (working copy) |
| @@ -49,7 +49,8 @@ |
| cmd_line.extend(["-r", resources_dir]) |
| # Create the expectations file |
| - results_file = os.path.join(file_dir, "skimage", "self_test_results.json") |
| + results_file = os.path.join(file_dir, "skimage", "output-actual", |
| + "json-selftest", "results.json") |
|
scroggo
2013/06/13 16:17:37
Does json-selftest exist?
epoger
2013/06/13 16:24:47
Yes, just doesn't show up in the diff.
|
| create_expectations_cmd = cmd_line + ["--createExpectationsPath", |
| results_file] |
| subprocess.check_call(create_expectations_cmd) |