[mutter/wip/nielsdg/fix-check-commit-msg-stderr] ci: Fix echo stderr redirection
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/nielsdg/fix-check-commit-msg-stderr] ci: Fix echo stderr redirection
- Date: Thu, 3 Dec 2020 23:03:17 +0000 (UTC)
commit 494c9bb729e85828341aa9e99e504c8a327f7c53
Author: Niels De Graef <nielsdegraef gmail com>
Date: Thu Dec 3 23:41:34 2020 +0100
ci: Fix echo stderr redirection
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1622>
.gitlab-ci/check-commit-log.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/check-commit-log.sh b/.gitlab-ci/check-commit-log.sh
index f2b9c36ef0..d8b65c1959 100755
--- a/.gitlab-ci/check-commit-log.sh
+++ b/.gitlab-ci/check-commit-log.sh
@@ -32,7 +32,7 @@ function append_failed_test_case() {
commit_short=${commit:0:8}
echo "<testcase name=\"$test_name: $commit_short\"><failure message=\"$commit_short:
$test_message\"/></testcase>" >> $JUNIT_REPORT_TESTS_FILE
- echo &>2 "Commit check failed: $commit_short: $test_message"
+ echo >&2 "Commit check failed: $commit_short: $test_message"
}
function append_passed_test_case() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]