aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-10-27 15:43:42 +0200
committerOliver Smith <osmith@sysmocom.de>2022-10-27 15:43:42 +0200
commit05632c1cb2b5dbb9c9648acd4199adfadddff87c (patch)
tree6fd0a2125f11d01eda77b6a4a7a00c1add73651f
parent0196a0293433d8477783a21fa64ce1224a5ce359 (diff)
obs: check_builders: actually fail on errorosmith/obs-check-builders
-rwxr-xr-xscripts/obs/check_builders.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/obs/check_builders.sh b/scripts/obs/check_builders.sh
index f5ed945..07907a9 100755
--- a/scripts/obs/check_builders.sh
+++ b/scripts/obs/check_builders.sh
@@ -8,4 +8,5 @@ if ! grep -q " of $count build hosts" index.html; then
echo
echo "ERROR: expected $count builders to be connected to OBS!"
echo
+ exit 1
fi