aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder
index 3f66a1ea..f6fc87be 100755
--- a/scripts/auto-build/run-automated-builder
+++ b/scripts/auto-build/run-automated-builder
@@ -49,4 +49,6 @@ for dir in /home/pd/auto-build/*; do
run_build_script $dirname
done
-echo yay!
+# since the above test can cause this script to exit with an error, force it
+# to be happy to prevent getting automated error emails to root
+true