From 6c0aacfd46f3d2c6aacad46c695f8368ca01a231 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 18 Oct 2016 22:42:47 +0200 Subject: [PATCH] Add small message to explain check-channels-yaml.sh Add echo to explain what this test does. Change-Id: I7c43c287125e70b7dc89deeed22bf6a9208b4c54 --- tools/check-channels-yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/check-channels-yaml.sh b/tools/check-channels-yaml.sh index 57f157af23..1f3dbaf1a6 100755 --- a/tools/check-channels-yaml.sh +++ b/tools/check-channels-yaml.sh @@ -9,4 +9,5 @@ channels_file=${1:-gerritbot/channels.yaml} (printf "# This file is sorted alphabetically by channel name.\n"; sed '/^[[:space:]]*#.*$/d;s/[[:space:]]*#.*$//' gerritbot/channels.yaml) > $T/comments-removed ./tools/normalize_channels_yaml.py >$T/regenned +echo "Checking whether entries are sorted alphabetically" diff -u $T/comments-removed $T/regenned