mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
427cf14d71
commit
e77ce26ff1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user