mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
Base: Set UBSAN to deadly for TestRunner service
This will run all the tests that are children of this service with deadly UBSAN, ensuring we don't get any UBSAN regressions in on-target tests anymore. :^)
This commit is contained in:
parent
882002c566
commit
ab88f4e082
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ User=anon
|
|||
[TestRunner@ttyS0]
|
||||
Executable=/home/anon/tests/run-tests-and-shutdown.sh
|
||||
StdIO=/dev/ttyS0
|
||||
Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin TESTS_ONLY=1
|
||||
Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin TESTS_ONLY=1 UBSAN_OPTIONS=halt_on_error=1
|
||||
User=anon
|
||||
WorkingDirectory=/home/anon
|
||||
BootModes=self-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue