Fix ansible-test skip warning message.

This commit is contained in:
Matt Clay 2018-11-16 22:09:17 -08:00
parent 9b732df436
commit 3b705efc93

View file

@ -1641,7 +1641,7 @@ def get_integration_remote_filter(args, targets):
if skipped: if skipped:
exclude.append(skip) exclude.append(skip)
display.warning('Excluding tests marked "%s" which are not supported on %s: %s' display.warning('Excluding tests marked "%s" which are not supported on %s: %s'
% (skip.rstrip('/'), platform, ', '.join(skipped))) % (skip.rstrip('/'), args.remote.replace('/', ' '), ', '.join(skipped)))
python_version = 2 # remotes are expected to default to python 2 python_version = 2 # remotes are expected to default to python 2