summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2013-10-21 18:26:12 +0300
committerAlon Levy <alevy@redhat.com>2013-10-21 18:32:20 +0300
commitc1b698baf3a5d653854c69a12f2d3cb76991b406 (patch)
treefa2dda14a8709148020ce34d59dec793fdaa16a7
parenteb437149e26c995aac780dc8bb67ea41275d0429 (diff)
Xspice: cleanup vdagent files
-rwxr-xr-xscripts/Xspice1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Xspice b/scripts/Xspice
index 9b82bfe..b1528f9 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -278,6 +278,7 @@ if args.vdagent_enabled:
for f in [vdagentd_uds, args.vdagent_virtio_path, args.vdagent_uinput_path]:
if os.path.exists(f):
os.unlink(f)
+ cleanup_files.extend([args.vdagent_virtio_path, args.vdagent_uinput_path])
xorg = launch(executable=args.xorg, args=exec_args + xorg_args)
time.sleep(2)