[sr-dev] git:master: test/unit: 1.sh updated to work with latest kamailio

Daniel-Constantin Mierla miconda at gmail.com
Tue Sep 30 18:13:45 CEST 2014


Module: sip-router
Branch: master
Commit: cfc6d928c5c7c80fcbbc24db48e64b389ce1afdb
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfc6d928c5c7c80fcbbc24db48e64b389ce1afdb

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Sep 30 17:37:23 2014 +0200

test/unit: 1.sh updated to work with latest kamailio

---

 test/unit/1.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unit/1.sh b/test/unit/1.sh
index f44fd4e..3556392 100755
--- a/test/unit/1.sh
+++ b/test/unit/1.sh
@@ -24,7 +24,7 @@ source include/common
 CFG=1.cfg
 
 # setup config
-echo -e "debug=2" > $CFG
+echo -e "debug=2\nrequest_route {\n ; \n}" > $CFG
 
 $BIN -w . -f $CFG > /dev/null
 ret=$?
@@ -34,4 +34,4 @@ $KILL
 
 rm -f $CFG
 
-exit $ret
\ No newline at end of file
+exit $ret




More information about the sr-dev mailing list