From: Corey Farrell Date: Fri, 20 Jul 2018 14:25:25 +0000 (-0400) Subject: CI: Fix logger.conf for unit tests. X-Git-Tag: 16.0.0-rc1~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136d855f6992d0e5618f0784393474ce7b7e6d14;p=thirdparty%2Fasterisk.git CI: Fix logger.conf for unit tests. Change-Id: Idea59d60eab20105de50b34f0f0d506e6ef55d5c --- diff --git a/tests/CI/runUnittests.sh b/tests/CI/runUnittests.sh index 0ad5f49533..c334ea64b2 100755 --- a/tests/CI/runUnittests.sh +++ b/tests/CI/runUnittests.sh @@ -3,7 +3,10 @@ CIDIR=$(dirname $(readlink -fn $0)) source $CIDIR/ci.functions ASTETCDIR=$DESTDIR/etc/asterisk -echo "full => notice,warning,error,debug,verbose" > "$ASTETCDIR/logger.conf" +cat <<-EOF > "$ASTETCDIR/logger.conf" + [logfiles] + full => notice,warning,error,debug,verbose +EOF echo "[default]" > "$ASTETCDIR/extensions.conf"