minor: formatting
QubesOS/qubes-issues#
This commit is contained in:
parent
af7b4087f0
commit
ec7a84ea9d
@ -465,7 +465,7 @@ class TC_30_Gui_daemon(qubes.tests.SystemTestsMixin, qubes.tests.QubesTestCase):
|
||||
# Type and copy some text
|
||||
subprocess.check_call(['xdotool', 'search', '--name', window_title,
|
||||
'windowactivate', '--sync',
|
||||
'type', '{}'.format(test_string)])
|
||||
'type', test_string])
|
||||
# second xdotool call because type --terminator do not work (SEGV)
|
||||
# additionally do not use search here, so window stack will be empty
|
||||
# and xdotool will use XTEST instead of generating events manually -
|
||||
|
@ -7,7 +7,7 @@
|
||||
{{ vm.ip }}
|
||||
{%- endif %}" />
|
||||
<backenddomain name="{{ vm.netvm.name }}" />
|
||||
<script path="vif-route-qubes"></script>
|
||||
<script path="vif-route-qubes" />
|
||||
</interface>
|
||||
|
||||
{# vim : set ft=jinja ts=4 sts=4 sw=4 et : #}
|
||||
|
@ -84,7 +84,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if device.script %}
|
||||
<script path="{{ device.script }}"></script>
|
||||
<script path="{{ device.script }}" />
|
||||
{% endif %}
|
||||
</disk>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user