Fix tests after repo merge.

This commit is contained in:
Matt Clay 2016-12-06 11:29:16 -05:00
parent 14833f1c7a
commit bd7ce0696e
10 changed files with 28 additions and 36 deletions

View file

@ -8,8 +8,7 @@ BASESTRING_USERS=$(grep -r basestring . \
-e test/results/ \
-e lib/ansible/compat/six/_six.py \
-e lib/ansible/module_utils/six.py \
-e lib/ansible/modules/core/ \
-e lib/ansible/modules/extras/ \
-e lib/ansible/modules/ \
-e '^[^:]*:#'
)