[Asterisk-code-review] CI: Fix logger.conf for unit tests. (asterisk[master])
Corey Farrell
asteriskteam at digium.com
Fri Jul 20 09:24:37 CDT 2018
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/9552
Change subject: CI: Fix logger.conf for unit tests.
......................................................................
CI: Fix logger.conf for unit tests.
Change-Id: Idea59d60eab20105de50b34f0f0d506e6ef55d5c
---
M tests/CI/runUnittests.sh
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/52/9552/1
diff --git a/tests/CI/runUnittests.sh b/tests/CI/runUnittests.sh
index 0ad5f49..c334ea6 100755
--- a/tests/CI/runUnittests.sh
+++ b/tests/CI/runUnittests.sh
@@ -3,7 +3,10 @@
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"
--
To view, visit https://gerrit.asterisk.org/9552
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idea59d60eab20105de50b34f0f0d506e6ef55d5c
Gerrit-Change-Number: 9552
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180720/4b1319a7/attachment.html>
More information about the asterisk-code-review
mailing list