diff options
Diffstat (limited to 'debian/tests/lots-of-warnings')
-rwxr-xr-x | debian/tests/lots-of-warnings | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/lots-of-warnings b/debian/tests/lots-of-warnings new file mode 100755 index 0000000..bf01549 --- /dev/null +++ b/debian/tests/lots-of-warnings @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +diff /usr/share/doc/ansible-lint/examples/lots_of_warnings.yml debian/tests/lots_of_warnings.yml + +LC_ALL=C ansible-lint -p debian/tests/lots_of_warnings.yml | diff - debian/tests/lots-of-warnings-expected-result |