wecisecode 1 周之前
父节点
当前提交
a69b8b677f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      odbctest/mql/mqltest.sh

+ 1 - 1
odbctest/mql/mqltest.sh

@@ -77,7 +77,7 @@ lastline=`tail -n 1 $logfile 2>&1`
 if [[ "$lastline" = "FAIL" ]]; then
     exit 123
 elif [[ "$lastline" = "PASS" ]]; then
-    echo "./mql $@" 2>/dev/null >> ${keyspace}.history.log
+    echo "./mql $@" "log.prefix=test $n" 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