mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Linus Groh
parent
8940f2da7f
commit
bee31d2f90
@@ -13,6 +13,7 @@ unset LLVM_PROFILE_FILE
|
||||
echo "Failed: $fail_count" > ./test-results.log
|
||||
|
||||
if test $DO_SHUTDOWN_AFTER_TESTS {
|
||||
sync
|
||||
shutdown -n
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user