Files
sousa-gecko/tools/tryselect/test/python.ini
T
Andrew Halberstadt 1a6edbe8f1 Bug 1413928 - [tryselect] Implement paths for |mach try fuzzy| r=maja_zf
This enables the syntax like:
./mach try fuzzy dom/indexedDB

This will open up the fzf interface like normal, except only tasks
that have tests under dom/indexedDB will be selectable (and there
will only be one chunk per configuration).

This can be combined with -q/--query like normal:
./mach try fuzzy dom/indexedDB -q "!pgo !cov !asan"

When the tasks get scheduled, only the tests under the specified
path(s) will run within the harness.

MozReview-Commit-ID: IHRXXi5mB4G
2017-11-15 16:36:07 -05:00

6 lines
60 B
INI

[DEFAULT]
subsuite=try
[test_fuzzy.py]
[test_templates.py]