mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 20:52:53 +08:00
This commit adds a new `--exclude-pattern` CLI option which supports excluding files using unix style pattern matching. This is to simplify a couple of situations: 1. Running `bin/turbo_rspec plugin/spec` but we want to exclude all tests in the `plugin/spec/system` folder. Example: `bin/turbo_rspec --exclude-pattern="*spec/system*" plugin/spec` 2. Running `bin/turbo_rspec plugin/*/spec/system` but we want to exclude tests for a particular plugin. Example: `bin/turbo_rspec --exclude-pattern="plugins/chat/*" plugin/*/spec/system` |
||
|---|---|---|
| .. | ||
| check-pr-body.yml | ||
| dependabot-pnpm-dedupe.yml | ||
| labeler.yml | ||
| licenses.yml | ||
| linting.yml | ||
| migration-tests.yml | ||
| release-notes.yml | ||
| stale-pr-closer.yml | ||
| tests.yml | ||