aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-03-31 16:19:47 +0300
committerZyX <kp-pav@yandex.ru>2017-03-31 16:19:47 +0300
commit4c20733f6bbdcfe2a230766aa6b602681a399ac8 (patch)
treee3838437d32d63b5279ad3e8262fec90a925daa6
parent2da3caef1b4d34de3403071b9bf54c7339f3c609 (diff)
downloadrneovim-4c20733f6bbdcfe2a230766aa6b602681a399ac8.tar.gz
rneovim-4c20733f6bbdcfe2a230766aa6b602681a399ac8.tar.bz2
rneovim-4c20733f6bbdcfe2a230766aa6b602681a399ac8.zip
ci: Add ${NL} variable
-rw-r--r--ci/common/suite.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/common/suite.sh b/ci/common/suite.sh
index ad7c30708f..e8c6a2b07a 100644
--- a/ci/common/suite.sh
+++ b/ci/common/suite.sh
@@ -1,3 +1,7 @@
+# HACK: get newline for use in strings given that "\n" and $'' do not work.
+NL="$(printf '\nE')"
+NL="${NL%E}"
+
FAILED=0
FAIL_SUMMARY=""