blob: 98055e9973308a0bd350efedd2ec96d2c2ae0695 [file] [log] [blame] [view]
# fx smoke-test
Finds and runs tests affected by the current change.
```none
USAGE:
fx smoke-test [--verbose] [--dry-run] [fx test args]
--verbose: print verbose messages
--dry-run: don't run affected tests (useful with --verbose)
Additional args will be passed to `fx test` if affected tests are found.
Recommended: fx -i smoke-test
Runs smoke testing every time you save changes to your work.
```
[smoke-test source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/smoke-test.fx)