summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-28 13:12:17 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-28 13:12:17 +0000
commit59d2c7559845c8ed7d546ba6a245eb6db41b9298 (patch)
treed38f7505d887663e4beaddefa0903812762c2b43 /round-robin-bisect.sh
parenta4879f9fa4a40e2d41fcd8290485dbbbb3cb75e6 (diff)
round-robin-bisect.sh: Don't send out an empty email
Change-Id: I0fe99bac52b117e90ac313cc2949159d0dbab600
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index d290e0fd..21f6b419 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -245,6 +245,7 @@ elif [ x"$res" = x"125" ]; then
# to bisect.
echo "WARNING: build for bad_rev $bad_rev showed uninteresting regression"
sed -i -e "s/\$/-uninteresting/" $artifacts/jenkins/build-name
+ echo > $artifacts/jenkins/mail-recipients.txt
trap "" EXIT
exit 0
fi