mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
made diff ignore whitespace
This commit is contained in:
parent
1f7b0fee0a
commit
857d74a274
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue