Jelajahi Sumber

test 5 work

Marius Zbihlei 16 tahun lalu
induk
melakukan
6a20b59027
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  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 ########
 
 #set module path
-mpath="../modules"
+mpath="../../modules_k"
 
 /* uncomment next line for MySQL DB support */
 #loadmodule "db_mysql.so"
+loadmodule "../../modules/tm/tm.so"
 loadmodule "sl/sl.so"
-loadmodule "tm/tm.so"
 loadmodule "rr/rr.so"
 loadmodule "pv/pv.so"
 loadmodule "maxfwd/maxfwd.so"

+ 1 - 1
test/unit/5.sh

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