]> git.stg.codes - stg.git/blobdiff - functest/test.sh
Fix funtests to work with the new build system.
[stg.git] / functest / test.sh
index 84816ef440605a275a1d4caf805113d2fd1f34c7..00728cc8adf31edfa65780a4f534aad93809824d 100755 (executable)
@@ -16,7 +16,7 @@ then
     exit -1
 fi
 
-STGPATH="$BASEPATH/stg/projects/stargazer"
+STGPATH="$BASEPATH/stg/build/stargazer"
 
 cp "stuff/stargazer-files.conf" "$STGPATH/stargazer.conf"
 cp "stuff/rules" "$STGPATH/"
@@ -70,6 +70,8 @@ done
 PID=`cat "$STGPATH/stargazer.pid"`
 printf "Started with pid $PID\n"
 
+printf "\nTesting server info:\n"
+"$CURPATH/test_server_info.sh" "$BASEPATH"
 printf "\nTesting admins:\n"
 "$CURPATH/test_admins.sh" "$BASEPATH"
 printf "\nTesting services:\n"