wecisecode 1 hafta önce
ebeveyn
işleme
ff8abc0539
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      odbctest/mql/mqltest.sh

+ 2 - 0
odbctest/mql/mqltest.sh

@@ -24,6 +24,7 @@ if [[ ! -e mql.conf ]]; then
     fi
 fi
 
+odbver=`./mql odbver? log.level=error "$@"`
 odbpath=`./mql odbpath? log.level=error "$@"`
 keyspace=`./mql keyspace? log.level=error "$@"`
 if [[ `echo "${keyspace}" | wc -w` == "1" ]]; then
@@ -69,6 +70,7 @@ if [[ "$lastline" = "FAIL" ]]; then
     exit 123
 elif [[ "$lastline" = "PASS" ]]; then
     echo "./mql $@" 2>/dev/null >> ${keyspace}.history.log
+    echo "${odbver}" 2>/dev/null >> ${keyspace}.history.log
     grep "test.code.version=" $logfile 2>/dev/null >> ${keyspace}.history.log
     tail -n 4 $logfile | head -n 1 2>/dev/null >> ${keyspace}.history.log
     exit 0