summaryrefslogtreecommitdiff
path: root/tools/http_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/http_server.py')
-rwxr-xr-xtools/http_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http_server.py b/tools/http_server.py
index 9b929c15e..871888a4e 100755
--- a/tools/http_server.py
+++ b/tools/http_server.py
@@ -223,7 +223,7 @@ def redirect_server():
# BUT with an extra subdir path
def another_redirect_server():
return base_redirect_server(
- ANOTHER_REDIRECT_PORT, PORT, extra_path_segment="/tests/subdir")
+ ANOTHER_REDIRECT_PORT, PORT, extra_path_segment="/cli/tests/subdir")
# redirect server that points to another redirect server