From: Corey Farrell Date: Fri, 20 Jul 2018 14:25:25 +0000 (-0400) Subject: CI: Fix logger.conf for unit tests. X-Git-Tag: 13.23.0-rc1~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd84eb65b30c8d6f86b72dd667223f9a7abc8c3f;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"