1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:35:09 +00:00

run-tests: Unlink coredumps in self-test mode

This ensures that the RAM does not fill up with already processed
coredumps when many tests crash (as is the case on AArch64). We only
do this in self-test mode so as to avoid racing CrashDaemon.
This commit is contained in:
Daniel Bertalan 2023-05-30 11:16:31 +02:00 committed by Andreas Kling
parent 427cf14d71
commit e77ce26ff1
2 changed files with 11 additions and 3 deletions

View file

@ -5,7 +5,7 @@ echo "==== Running Tests on SerenityOS ===="
export LLVM_PROFILE_FILE="$HOME/profiles/%p-profile.profraw"
run-tests --show-progress=false
run-tests --show-progress=false --unlink-coredumps
fail_count=$?
unset LLVM_PROFILE_FILE