ci: Add ${NL} variable

This commit is contained in:
ZyX
2017-03-31 16:19:47 +03:00
parent 2da3caef1b
commit 4c20733f6b

View File

@@ -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=""