提交 bd79c7c5 编写于 作者: C Cleber Rosa

avocado/plugins/replay.py: remove misleading TODO comment

The current state of this comment is the result of a mechanical change
replacing `urls` with `references`.

The source for references given on the command line is working as
intended, that is, if test references are given on the command line
they are taken and will override the ones on the replay args.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 14a84ad8
......@@ -226,8 +226,6 @@ class Replay(CLI):
elif option in replay_args:
setattr(args, option, replay_args[option])
# Keeping this for compatibility.
# TODO: Use replay_args['reference'] at some point in the future.
if getattr(args, 'reference', None):
LOG_UI.warn('Overriding the replay test references with test '
'references given in the command line.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册