Alan Guo Xiang Tan
0252712008
DEV: Add --exclude-pattern
to bin/turbo_rspec
( #32390 )
...
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`
2025-04-22 11:34:48 +08:00
..
2024-10-17 17:02:02 +02:00
2025-03-12 14:01:20 -04:00
2024-05-27 18:06:14 +02:00
2025-03-10 15:02:48 +01:00
2025-03-17 15:56:19 +10:00
2025-02-10 20:38:36 +08:00
2025-03-19 11:47:28 +02:00
2025-01-09 17:41:11 +03:00
2023-10-11 14:36:54 -04:00
2025-03-31 20:58:45 +01:00
2024-05-27 18:06:14 +02:00
2025-01-31 15:53:06 +08:00
2024-07-03 20:49:15 +08:00
2025-03-10 15:02:48 +01:00
2024-10-18 11:43:45 -03:00
2025-04-17 12:31:52 +08:00
2024-08-12 10:41:13 +02:00
2023-12-06 23:25:00 +01:00
2023-12-15 23:46:04 +08:00
2025-03-26 09:46:17 +04:00
2025-03-27 13:50:24 +01:00
2025-03-17 08:25:30 +08:00
2025-03-28 10:55:29 +00:00
2025-04-14 21:03:05 +08:00
2025-01-30 17:54:50 -07:00
2024-12-23 09:57:18 +08:00
2025-03-18 11:26:59 +11:00
2024-12-20 11:50:00 +11:00
2024-03-14 14:40:46 -03:00
2025-03-24 16:23:05 +01:00
2024-09-09 08:55:42 -05:00
2025-02-11 11:18:42 +01:00
2025-04-17 15:41:58 +08:00
2025-03-21 04:54:06 +03:00
2025-04-16 16:36:41 +01:00
2025-04-15 16:18:22 +01:00
2024-04-25 16:39:22 +03:00
2025-03-26 09:15:32 +00:00
2024-01-10 13:33:30 +05:30
2025-04-22 11:34:48 +08:00
2025-04-17 08:38:03 -05:00
2025-04-15 13:53:01 +08:00
2025-01-08 16:04:19 +11:00
2023-05-25 14:53:59 +02:00
2025-02-21 11:59:24 +10:00
2024-05-27 18:06:14 +02:00
2024-06-27 10:27:49 +10:00
2024-08-06 14:11:48 +01:00
2024-07-18 10:10:22 +10:00
2024-11-06 06:27:49 +08:00
2024-02-29 09:03:49 +10:00
2024-08-26 09:17:39 +10:00
2024-08-26 09:17:39 +10:00
2024-07-30 09:08:12 +02:00
2023-01-09 12:10:19 +00:00
2024-02-13 10:18:36 -05:00
2023-12-15 23:46:04 +08:00
2023-02-01 09:55:21 +00:00
2024-05-27 18:06:14 +02:00
2024-05-27 18:06:14 +02:00
2024-09-06 13:28:33 +02:00
2024-10-18 09:45:08 +04:00
2024-11-06 13:35:07 -05:00
2025-02-04 13:32:30 -03:00
2025-04-09 12:18:14 +02:00
2024-05-27 18:06:14 +02:00
2024-03-20 14:02:12 +00:00
2023-12-15 23:46:04 +08:00
2021-06-14 20:34:44 +05:30
2025-01-07 12:05:39 +01:00
2024-02-25 10:42:50 +05:30
2024-07-30 11:33:20 +08:00
2025-02-20 14:40:27 +00:00
2024-12-09 11:11:03 +08:00
2025-03-24 17:40:15 +08:00
2025-03-19 14:34:00 +01:00
2024-10-16 10:09:07 +08:00
2025-03-19 14:34:00 +01:00
2024-02-12 16:27:24 -05:00
2025-04-02 15:35:59 +05:30
2024-10-24 12:11:40 +02:00
2024-02-21 14:19:04 -06:00
2025-03-19 14:34:00 +01:00
2023-01-09 12:10:19 +00:00
2024-07-30 00:27:41 +03:00
2024-09-03 10:51:07 +01:00
2024-05-27 18:06:14 +02:00
2025-01-07 12:05:39 +01:00
2024-08-30 10:25:04 +10:00
2025-03-17 15:56:19 +10:00
2025-03-28 10:55:29 +00:00
2024-07-18 10:10:22 +10:00
2024-07-05 10:36:13 +08:00
2023-01-20 12:52:49 -06:00
2025-02-04 13:32:42 -03:00
2024-09-03 12:08:14 +02:00
2024-11-06 06:27:49 +08:00
2025-01-02 13:05:53 +10:00
2024-06-21 11:24:11 -04:00
2024-08-30 11:06:07 +02:00
2024-11-06 06:27:49 +08:00
2025-02-19 11:55:14 +08:00
2024-06-11 14:02:46 +02:00
2023-01-09 12:10:19 +00:00
2025-02-04 13:32:53 -03:00
2024-11-06 06:27:49 +08:00
2024-07-08 16:55:59 +08:00
2024-03-14 10:55:01 +08:00
2023-01-09 12:10:19 +00:00
2025-03-19 14:34:00 +01:00
2024-08-08 12:20:16 +08:00
2024-09-11 10:14:53 +03:00
2025-01-10 11:00:15 -05:00
2025-01-28 09:53:03 +11:00
2024-05-27 18:06:14 +02:00
2023-11-09 13:39:18 +11:00
2025-03-28 10:55:29 +00:00
2024-11-06 06:27:49 +08:00
2024-06-05 14:58:02 +02:00
2023-11-29 11:44:09 +00:00
2025-03-04 17:22:12 +11:00
2024-08-14 12:13:46 +10:00
2024-08-14 12:13:46 +10:00
2025-03-05 12:48:32 +10:00
2025-03-19 16:30:27 +08:00
2024-03-27 08:57:43 -04:00
2024-11-06 09:28:28 -03:00
2025-03-19 14:34:00 +01:00
2025-04-14 10:42:40 +01:00
2025-01-30 14:24:18 +11:00
2023-08-10 02:03:38 +02:00
2023-11-09 13:39:06 +11:00
2025-03-19 14:34:00 +01:00
2024-05-13 14:37:17 +03:00
2025-01-09 17:22:22 +11:00
2024-10-16 10:09:07 +08:00
2024-06-08 21:24:39 +02:00
2024-11-07 11:06:39 +10:00
2025-01-15 14:52:49 +08:00
2025-04-10 16:21:46 +10:00
2023-12-06 23:25:00 +01:00
2024-02-20 11:19:22 +10:00
2024-10-25 14:48:34 +02:00
2024-01-22 12:10:29 +01:00
2025-03-10 15:02:48 +01:00
2025-03-10 15:02:48 +01:00
2025-03-10 15:02:48 +01:00
2024-06-03 12:51:12 +08:00
2025-03-21 18:49:12 +03:00
2025-04-01 09:56:33 +08:00
2024-07-18 10:33:14 +10:00
2023-01-09 12:10:19 +00:00
2024-10-21 18:18:42 +02:00
2024-10-10 10:03:26 -05:00
2025-04-11 06:25:04 +03:00
2023-06-07 22:51:24 +03:00
2024-10-16 10:09:07 +08:00
2025-04-14 10:42:40 +01:00
2023-11-16 07:11:35 +08:00
2024-06-20 11:33:46 -04:00
2025-03-17 15:56:19 +10:00
2024-04-25 16:39:22 +03:00
2024-04-30 16:45:07 +08:00
2024-05-27 18:06:14 +02:00
2024-05-27 18:06:14 +02:00
2023-01-09 12:10:19 +00:00
2025-01-16 11:01:45 +10:00
2023-01-09 12:10:19 +00:00
2025-02-10 14:58:58 -05:00
2024-07-16 10:30:04 +08:00
2025-01-29 11:51:10 +01:00
2024-05-27 18:06:14 +02:00
2024-04-10 12:02:44 +10:00
2024-12-03 13:43:27 +11:00
2025-04-01 11:46:07 +08:00
2025-03-27 13:50:24 +01:00
2023-10-16 10:34:38 -04:00
2024-03-07 18:35:46 +00:00
2025-03-07 12:01:22 +10:00
2025-03-20 09:05:35 +08:00
2024-05-04 22:48:16 +02:00
2024-11-25 11:12:00 +03:00
2024-04-30 16:45:07 +08:00
2025-01-21 13:04:48 +00:00
2025-03-26 10:17:59 +08:00
2024-05-27 18:06:14 +02:00
2024-02-07 13:47:50 -06:00
2023-10-19 14:37:37 -03:00