Expect tag deleted

This commit is contained in:
Gonzalo Acuña 2021-12-02 10:12:18 -03:00
parent a38c64a7cd
commit 30743cc036
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -369,9 +369,6 @@
<command> <command>
<name>{{ command.name }}</name> <name>{{ command.name }}</name>
<executable>{{ command.executable }}</executable> <executable>{{ command.executable }}</executable>
{% if command.expect is defined %}
<expect>{{ command.expect }}</expect>
{% endif %}
{% if command.timeout_allowed is defined %} {% if command.timeout_allowed is defined %}
<timeout_allowed>{{ command.timeout_allowed }}</timeout_allowed> <timeout_allowed>{{ command.timeout_allowed }}</timeout_allowed>
{% endif %} {% endif %}