Skip to content
Snippets Groups Projects
Commit fa6d5db2 authored by Corey Farrell's avatar Corey Farrell
Browse files

CI: Fix logger.conf for unit tests.

Change-Id: Idea59d60eab20105de50b34f0f0d506e6ef55d5c
parent 27438e90
Branches
Tags
No related merge requests found
...@@ -3,7 +3,10 @@ CIDIR=$(dirname $(readlink -fn $0)) ...@@ -3,7 +3,10 @@ CIDIR=$(dirname $(readlink -fn $0))
source $CIDIR/ci.functions source $CIDIR/ci.functions
ASTETCDIR=$DESTDIR/etc/asterisk 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" echo "[default]" > "$ASTETCDIR/extensions.conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment