[Asterisk-code-review] CI: Fix logger.conf for unit tests. (asterisk[16.0])

Jenkins2 asteriskteam at digium.com
Mon Jul 23 08:37:36 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9554 )

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(-)

Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Jenkins2: Looks good to me, approved; Approved for Submit



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/9554
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16.0
Gerrit-MessageType: merged
Gerrit-Change-Id: Idea59d60eab20105de50b34f0f0d506e6ef55d5c
Gerrit-Change-Number: 9554
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180723/9b8cd544/attachment.html>


More information about the asterisk-code-review mailing list