mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
headless-browser: Allow the -f
argument to be used multiple times
A test path is now included if it matches any of the given globs.
This commit is contained in:
parent
c67035b9c1
commit
39e17e83f9
Notes:
github-actions[bot]
2025-02-05 12:27:58 +00:00
Author: https://github.com/tcl3
Commit: 39e17e83f9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3457
Reviewed-by: https://github.com/trflynn89
5 changed files with 19 additions and 12 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
size_t test_concurrency { 1 };
|
||||
ByteString python_executable_path;
|
||||
ByteString test_root_path;
|
||||
ByteString test_glob;
|
||||
Vector<ByteString> test_globs;
|
||||
bool test_dry_run { false };
|
||||
bool rebaseline { false };
|
||||
u8 verbosity { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue