mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +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
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…
Add table
Add a link
Reference in a new issue