minor: formatting

QubesOS/qubes-issues#
This commit is contained in:
Marek Marczykowski-Górecki 2016-08-09 03:13:36 +02:00
parent af7b4087f0
commit ec7a84ea9d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
3 changed files with 3 additions and 3 deletions

View File

@ -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 -

View File

@ -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 : #}

View File

@ -84,7 +84,7 @@
{% endif %}
{% if device.script %}
<script path="{{ device.script }}"></script>
<script path="{{ device.script }}" />
{% endif %}
</disk>
{% endfor %}