Skip to content

Commit d9e39d5

Browse files
tests/Makefile: Update help output
Change-Id: I15ad57ddc2d7736550d3b341c4fea5a96f860ff2
1 parent 3b733a1 commit d9e39d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ help:
116116
@echo "test-unit-docker - Run unit tests in docker"
117117
@echo "test-unit-neb - Run unit tests for neb"
118118
@echo "test-unit-resilience - Run unit tests multiple times and in random order"
119-
@echo "test-unit-resilience - Run unit tests multiple times and in random order in docker"
119+
@echo "test-unit-resilience-docker - Run unit tests multiple times and in random order in docker"
120120
@echo "test-unit-shell - Run shell unit tests"
121121
@echo "test-unit-shell-docker - Run shell unit tests in docker"
122+
@echo "test-unit-xdist - Run parallelized unit tests"
123+
@echo "test-unit-xdist-docker - Run parallelized unit tests in docker"
122124
@echo "test-werks - Run Werks tests"
123125
@echo "test-werks-docker - Run Werks tests in docker"
124126

0 commit comments

Comments
 (0)