Skip to content

Commit e47c5c6

Browse files
committed
Use -skip in unit test target
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 71f3ed9 commit e47c5c6

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)