[PATCH xf86-video-qxl] tests/xspice_util.py: fix hardcoded port

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 tests/xspice_util.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/xspice_util.py b/tests/xspice_util.py
index a2e8578..409a0fc 100755
--- a/tests/xspice_util.py
+++ b/tests/xspice_util.py
@@ -57,7 +57,7 @@ def launch_xspice(port):
     if not os.path.exists(basedir):
         os.mkdir(basedir)
     assert(os.path.exists(basedir))
-    xspice = Process.new(['../scripts/Xspice', '--port', '8000', '--auto', '--audio-fifo-dir', basedir, '--disable-ticketing', ':15.0'])
+    xspice = Process.new(['../scripts/Xspice', '--port', str(port), '--auto', '--audio-fifo-dir', basedir, '--disable-ticketing', ':15.0'])
     xspice.audio_fifo_dir = basedir
     return xspice
 
-- 
1.8.3.1

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]