File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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#
172173define TEST_MULTI_SERVER
173174TEST_MULTI_SERVER_PARAM_FILES.${1} := $$(wildcard $$(DIR ) /tests/${1}/* .test.yml)
You can’t perform that action at this time.
0 commit comments