Commit 16fc636
committed
fstests: add support to customize groups through CLI
It would be good to allow CIs to customize the group we want to test.
Right now we default to "auto" but it would be good for a CI to let
the user drop down a menu and click on "quick" for instance.
Demo:
$ make mrproper
$ make defconfig-xfs_reflink_4k FSTESTS_GROUP="quick"
$ grep FSTESTS_RUN_CUSTOM_GROUP_TESTS .config
CONFIG_FSTESTS_RUN_CUSTOM_GROUP_TESTS="quick"
Suggested-by: Carlos Maiolino <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 59aee56 commit 16fc636
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
759 | 764 | | |
760 | 765 | | |
761 | 766 | | |
762 | | - | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
763 | 770 | | |
764 | 771 | | |
765 | 772 | | |
| |||
774 | 781 | | |
775 | 782 | | |
776 | 783 | | |
777 | | - | |
| 784 | + | |
778 | 785 | | |
779 | 786 | | |
780 | 787 | | |
| |||
0 commit comments