Skip to content

Commit 3c07bca

Browse files
committed
Use -skip in unit test target
Signed-off-by: Timo Sand <[email protected]>
1 parent 81c9885 commit 3c07bca

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
@@ -52,7 +52,7 @@ test:
5252
-timeout=30s \
5353
-parallel=4 \
5454
-v \
55-
-run '^Test[^A]|^TestA[^c]|^TestAc[^c]' \
55+
-skip '^TestAcc' \
5656
$(RUNARGS) $(TESTARGS) \
5757
-count 1;
5858

0 commit comments

Comments
 (0)