summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-04-08 10:28:45 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-04-08 10:28:45 +0000
commitbe4876d905be3768eae941257683bf0036839754 (patch)
treea0924293f7c5db1a530761f8e4be7df681f51f7f
parent379325d6aa8c0dba11a1538172ea2d5fa4287fe8 (diff)
round-robin-notify.sh (gnu_print_result): Fix typo
Change-Id: Ifef1b454fbfda72afc280e39015530bfeb252107
-rwxr-xr-xround-robin-notify.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/round-robin-notify.sh b/round-robin-notify.sh
index 12286779..1ac1996b 100755
--- a/round-robin-notify.sh
+++ b/round-robin-notify.sh
@@ -783,7 +783,8 @@ gnu_print_result()
echo
echo "$outfile:"
# Copy contents until "Results Summary" line (excluded)
- n_lines=$(grep -n "Results Summary" $top_artifacts/notify/$outfile | cut -d: f1)
+ n_lines=$(grep -n "Results Summary" $top_artifacts/notify/$outfile \
+ | cut -d: -f1)
n_lines=$(($n_lines - 1))
if [ $n_lines -lt $length ]; then