Fix ansible-test skip warning message.

(cherry picked from commit 3b705efc93)
pull/49461/head
Matt Clay 6 years ago committed by Toshio Kuratomi
parent 19ba752b56
commit 34be89d8ce

@ -1637,7 +1637,7 @@ def get_integration_remote_filter(args, targets):
if skipped:
exclude.append(skip)
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

Loading…
Cancel
Save