OLD | NEW |
1 Some example invocations: | 1 Some example invocations: |
2 | 2 |
3 Note how the asterisks are not expanded inside the shell because of the quotes | 3 Note how the asterisks are not expanded inside the shell because of the quotes |
4 | 4 |
5 out/Debug/skpdiff -p \ | 5 out/Debug/skpdiff -p \ |
6 "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \ | 6 "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \ |
7 "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png" | 7 "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png" |
8 | 8 |
9 | 9 |
10 out/Debug/skpdiff --differs different_pixels -f \ | 10 out/Debug/skpdiff --differs different_pixels -f \ |
11 "/usr/local/google/home/zachr/Downloads/diffs/baseline" \ | 11 "/usr/local/google/home/zachr/Downloads/diffs/baseline" \ |
12 "/usr/local/google/home/zachr/Downloads/diffs/test" | 12 "/usr/local/google/home/zachr/Downloads/diffs/test" |
OLD | NEW |