summaryrefslogtreecommitdiff
path: root/Base/home/anon
diff options
context:
space:
mode:
authorAndrew Kaster <akaster@serenityos.org>2022-12-10 02:57:06 -0700
committerLinus Groh <mail@linusgroh.de>2022-12-10 11:51:16 +0000
commitbee31d2f909aba2d95ec0fc01c20f9b845608c95 (patch)
tree6df32a36afc263f769cd87e50bc3ff371aeeb851 /Base/home/anon
parent8940f2da7fec4b4e375777c861e65ff04465f255 (diff)
downloadserenity-bee31d2f909aba2d95ec0fc01c20f9b845608c95.zip
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.
Diffstat (limited to 'Base/home/anon')
-rwxr-xr-xBase/home/anon/Tests/run-tests-and-shutdown.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/Tests/run-tests-and-shutdown.sh b/Base/home/anon/Tests/run-tests-and-shutdown.sh
index 82579d91bf..50b1fb86ef 100755
--- a/Base/home/anon/Tests/run-tests-and-shutdown.sh
+++ b/Base/home/anon/Tests/run-tests-and-shutdown.sh
@@ -13,6 +13,7 @@ unset LLVM_PROFILE_FILE
echo "Failed: $fail_count" > ./test-results.log
if test $DO_SHUTDOWN_AFTER_TESTS {
+ sync
shutdown -n
}