Skip to content

Commit f1ae317

Browse files
committed
WIP: minor updates to the multi-server tests makefile comments
1 parent 9d6fad8 commit f1ae317

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/tests/multi-server/all.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#
88
# Usage:
99
# make -f src/tests/multi-server/all.mk test.multi-server # run all tests
10-
# make -f src/tests/multi-server/all.mk test.multi-server.5hs-autoaccept.short # run single test
10+
# make -f src/tests/multi-server/all.mk test.multi-server.ci # run all ci tests
11+
# make -f src/tests/multi-server/all.mk test.multi-server.proxy-accept.short_ci # run single test
1112
# make -f src/tests/multi-server/all.mk clean.test.multi-server # clean logs
1213
#
1314

@@ -167,7 +168,7 @@ endef
167168
# Discovers *.yml param files in the suite directory and generates
168169
# render + test targets for each.
169170
#
170-
# ${1} = suite dir name (e.g., 5hs-autoaccept)
171+
# ${1} = suite dir name (e.g. proxy-accept)
171172
#
172173
define TEST_MULTI_SERVER
173174
TEST_MULTI_SERVER_PARAM_FILES.${1} := $$(wildcard $$(DIR)/tests/${1}/*.test.yml)

0 commit comments

Comments
 (0)