mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Base: Add extra sync to run-tests-and-shutdown.sh
This shouldn't be necessary but reproducing the odd corrupted profile data from the nightly Azure runs is proving tricky locally. Hopefully this will mitigate the issue.
This commit is contained in:
parent
8940f2da7f
commit
bee31d2f90
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/bee31d2f90 Pull-request: https://github.com/SerenityOS/serenity/pull/16409
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ unset LLVM_PROFILE_FILE
|
|||
echo "Failed: $fail_count" > ./test-results.log
|
||||
|
||||
if test $DO_SHUTDOWN_AFTER_TESTS {
|
||||
sync
|
||||
shutdown -n
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue