Skip to content

Commit 517ecc7

Browse files
committed
Use -skip in unit test target
Signed-off-by: Timo Sand <[email protected]>
1 parent ea2e337 commit 517ecc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test:
5353
-timeout=30s \
5454
-parallel=4 \
5555
-v \
56-
-run '^Test[^A]|^TestA[^c]|^TestAc[^c]' \
56+
-skip '^TestAcc' \
5757
$(RUNARGS) $(TESTARGS) \
5858
-count 1;
5959

0 commit comments

Comments
 (0)