1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-31 09:32:01 +02:00

allow to set excludedGroups on command line

This commit is contained in:
soloturn
2020-10-26 01:42:25 +01:00
parent 61c8bce13c
commit 8ec221aa52
2 changed files with 3 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ on your shell:
```bash
mvn test
mvn test -Dgroups=flaky,slow
mvn test -DexcludedGroups= -Dgroups=flaky,slow
mvn test '-Dgroups=!slow'
```