From fd84eb65b30c8d6f86b72dd667223f9a7abc8c3f Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Fri, 20 Jul 2018 10:25:25 -0400 Subject: [PATCH] CI: Fix logger.conf for unit tests. Change-Id: Idea59d60eab20105de50b34f0f0d506e6ef55d5c --- tests/CI/runUnittests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"