summaryrefslogtreecommitdiffstats
path: root/unitest-xmlrpc.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-05-25 16:01:06 +0200
committernicolargo <nicolas@nicolargo.com>2022-05-25 16:01:06 +0200
commit82025891b34d8f1cd88569f4b02e1b4f59944e2f (patch)
treea06e8550c57c056ef7efe4ca8103e59da3a83bee /unitest-xmlrpc.py
parentc34479a9968e614d79a9c0c391a08f890d3f7eda (diff)
parentae0e01c7da75282b73a9c2fe3ce09ed7cc00a351 (diff)
Resolve merge conflicts from develop
Diffstat (limited to 'unitest-xmlrpc.py')
-rwxr-xr-xunitest-xmlrpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-xmlrpc.py b/unitest-xmlrpc.py
index 60129cde..00336025 100755
--- a/unitest-xmlrpc.py
+++ b/unitest-xmlrpc.py
@@ -64,7 +64,7 @@ class TestGlances(unittest.TestCase):
cmdline = "./venv/bin/python"
else:
cmdline = "python"
- cmdline += " -m glances -s -p %s" % SERVER_PORT
+ cmdline += " -m glances -B localhost -s -p %s" % SERVER_PORT
print("Run the Glances Server on port %s" % SERVER_PORT)
args = shlex.split(cmdline)
pid = subprocess.Popen(args)