mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Tests: Change test-filtering mechanism
We have a new config argument to add space separated exclude regex' This is separate from "NotTestsPattern", because these are still Tests, although they are not supposed to be run by the runner This also adds the test for a working UserspaceEmulator to the tests run
This commit is contained in:
parent
3cc59f6454
commit
b98e741237
2 changed files with 20 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
[Global]
|
||||
SkipDirectories=Kernel/Legacy UserEmulator
|
||||
SkipDirectories=Kernel/Legacy
|
||||
SkipRegex=^ue-.*$
|
||||
SkipTests=test-web
|
||||
NotTestsPattern=.txt|.frm|.inc
|
||||
NotTestsPattern=^.*(txt|frm|inc)$
|
||||
|
||||
[test-js]
|
||||
Arguments=--show-progress=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue