Skip to content

Commit bee31d2

Browse files
ADKasterlinusg
authored andcommitted
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.
1 parent 8940f2d commit bee31d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Base/home/anon/Tests/run-tests-and-shutdown.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ unset LLVM_PROFILE_FILE
1313
echo "Failed: $fail_count" > ./test-results.log
1414

1515
if test $DO_SHUTDOWN_AFTER_TESTS {
16+
sync
1617
shutdown -n
1718
}
1819

0 commit comments

Comments
 (0)