mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
Base/CI: Boot serenity in CI in a mode that runs tests on target
Build a new version of Serenity in CI that doesn't have all the debug symbols on, or we'd be waiting a very long time to boot. Insert a TestRunner entry into SystemServer.ini that will run a shell script that runs tests in /bin and /usr/Tests and shuts down the system in the new self-test boot mode. Also make sure enough basic services are started in self-test such that the tests will actually run properly.
This commit is contained in:
parent
5046213556
commit
611bbc43be
Notes:
sideshowbarker
2024-07-18 21:51:07 +09:00
Author: https://github.com/ADKaster
Commit: 611bbc43be
Pull-request: https://github.com/SerenityOS/serenity/pull/4921
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
4 changed files with 155 additions and 63 deletions
|
@ -11,7 +11,8 @@ if [ "$#" -eq "0" ]; then
|
|||
'*.sh' \
|
||||
':!:Toolchain' \
|
||||
':!:Ports' \
|
||||
':!:Userland/Shell/Tests'
|
||||
':!:Userland/Shell/Tests' \
|
||||
':!:Base/home/anon/tests'
|
||||
)
|
||||
else
|
||||
files=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue