]> git.stg.codes - stg.git/blobdiff - functest/test_admins.sh
Use `time` for message creation time.
[stg.git] / functest / test_admins.sh
index dae254ba0aa6cb392428c3e973004a0773ef85c2..9f81914774c7cfe701765d9a238aee3c892fab29 100755 (executable)
@@ -4,11 +4,11 @@ source `dirname $0`/functions
 
 BASEPATH=$1
 
-SGCONFPATH="$BASEPATH/stg/projects/sgconf"
+SGCONFPATH="$BASEPATH/stg/build/projects/sgconf"
 
 printf "Check initial admin list... "
 
-RES=`"$SGCONFPATH/sgconf" -s localhost -p 5555 -u admin -w 123456 --get-admins`
+RES=`"$SGCONFPATH/sgconf" -s 127.0.0.1 -p 5555 -u admin -w 123456 --get-admins`
 
 if [ "$?" != "0" ]
 then