We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-skip
1 parent 71f3ed9 commit e47c5c6Copy full SHA for e47c5c6
1 file changed
GNUmakefile
@@ -52,7 +52,7 @@ test:
52
-timeout=30s \
53
-parallel=4 \
54
-v \
55
- -run '^Test[^A]|^TestA[^c]|^TestAc[^c]' \
+ -skip '^TestAcc' \
56
$(RUNARGS) $(TESTARGS) \
57
-count 1;
58
0 commit comments