summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2023-03-01 16:55:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-03-02 14:05:19 +0100
commite497a96a0e46e7d1505ec6006e016a4f4febb776 (patch)
tree5488556cb1acb3ebac561b8a4c0dad05989ad2d8 /.github
parent9fd2d5aa722d00c67b659938428c3b1047e949a6 (diff)
downloadcurl-e497a96a0e46e7d1505ec6006e016a4f4febb776.tar.gz
tests: rename tests/tests-httpd to tests/http
- httpd is only one server we test with - the suite coveres the HTTP protocol in general where the default test cases need a more beefy environment Closes #10654
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 025ab952f..4ae38c438 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -157,7 +157,7 @@ HTTP:
- all: ['lib/h2h3.*']
- all: ['lib/http*']
- all: ['tests/http-server.pl']
-- all: ['tests/tests-httpd/*']
+- all: ['tests/http/*']
HTTP/2:
- all: ['docs/HTTP2.md']