Commit 857d74a2 by Brian Coca

made diff ignore whitespace

parent 1f7b0fee
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
copy: src=9851.txt dest={{output_dir}}/9851.txt copy: src=9851.txt dest={{output_dir}}/9851.txt
- name: 9851 - Compare generated json to known good - name: 9851 - Compare generated json to known good
shell: diff {{output_dir}}/9851.out {{output_dir}}/9851.txt shell: diff -w {{output_dir}}/9851.out {{output_dir}}/9851.txt
register: 9851_diff_result register: 9851_diff_result
- name: 9851 - verify generated file matches known good - name: 9851 - verify generated file matches known good
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment