Browse Source

test 5 work

Marius Zbihlei 16 năm trước cách đây
mục cha
commit
6a20b59027
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      test/unit/5.cfg
  2. 1 1
      test/unit/5.sh

+ 2 - 2
test/unit/5.cfg

@@ -60,12 +60,12 @@ port=5060
 ####### Modules Section ########
 ####### Modules Section ########
 
 
 #set module path
 #set module path
-mpath="../modules"
+mpath="../../modules_k"
 
 
 /* uncomment next line for MySQL DB support */
 /* uncomment next line for MySQL DB support */
 #loadmodule "db_mysql.so"
 #loadmodule "db_mysql.so"
+loadmodule "../../modules/tm/tm.so"
 loadmodule "sl/sl.so"
 loadmodule "sl/sl.so"
-loadmodule "tm/tm.so"
 loadmodule "rr/rr.so"
 loadmodule "rr/rr.so"
 loadmodule "pv/pv.so"
 loadmodule "pv/pv.so"
 loadmodule "maxfwd/maxfwd.so"
 loadmodule "maxfwd/maxfwd.so"

+ 1 - 1
test/unit/5.sh

@@ -32,7 +32,7 @@ fi ;
         
         
 
 
 # start
 # start
-../$BIN -w . -f $CFG &> /dev/null
+$BIN -w . -f $CFG &> /dev/null
 ret=$?
 ret=$?
 
 
 sleep 1
 sleep 1