Expect tag deleted
This commit is contained in:
parent
a38c64a7cd
commit
30743cc036
@ -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 %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user