wecisecode 4 gün önce
ebeveyn
işleme
9c060099aa
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      odbctest/mql/mqltest.sh
  2. 1 1
      odbctest/mql/oktest.sh

+ 1 - 1
odbctest/mql/mqltest.sh

@@ -36,7 +36,7 @@ if [[ "${keyspace}" != "" ]]; then
 fi
 sleep 2
 
-mglproc=`ps -ef | grep -v grep | grep mql | grep "basic$"`
+mqlproc=`ps -ef | grep -v grep | grep mql | grep "basic$"`
 if [[ "$mqlproc" != "" ]]; then
     echo "mql test is running"
     exit 111

+ 1 - 1
odbctest/mql/oktest.sh

@@ -44,7 +44,7 @@ while [[ $n -lt 1000 ]]; do
     check_odbserver() {
         sleep 10
         while true; do
-            mglproc=`ps -ef | grep -v grep | grep mql | grep "log.prefix=${PREFIX}"`
+            mqlproc=`ps -ef | grep -v grep | grep mql | grep "log.prefix=${PREFIX}"`
             if [[ "$mqlproc" == "" ]]; then
                 exit 0
             fi