summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
Diffstat (limited to 'Base')
-rwxr-xr-xBase/home/anon/tests/run-tests-and-shutdown.sh2
1 files changed, 2 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 0abd0a86f6..9bbcf00b1a 100755
--- a/Base/home/anon/tests/run-tests-and-shutdown.sh
+++ b/Base/home/anon/tests/run-tests-and-shutdown.sh
@@ -47,6 +47,8 @@ if test $fail_count -gt 0 {
echo "==== Failing tests: $failed_tests ===="
}
+echo "Failed: $fail_count" > ./test-results.log
+
if test $DO_SHUTDOWN_AFTER_TESTS {
shutdown -n
}