* Tests tagged with timing or long-running are excluded by default, as before * Use -Dakka.test.tags.include=long-running,timing to run all untagged and also tests tagged with long-running or timing * Use -Dakka.test.tags.only=timing,long-running to only run tests tagged with long-running or timing, i.e. untagged tests, or tests tagged with something else are not run * I think the above two parameters covers our needs, but there is also -Dakka.test.tags.exclude=some-other to be able to exclude tests that are included by default |
||
|---|---|---|
| .. | ||
| scripts | ||
| AkkaBuild.scala | ||
| build.properties | ||
| Dist.scala | ||
| plugins.sbt | ||
| Publish.scala | ||
| Release.scala | ||
| Sphinx.scala | ||
| Unidoc.scala | ||