Commit b4a19a9c authored by qa_quantgroup's avatar qa_quantgroup

up

parent e6847a46
......@@ -18,33 +18,4 @@ grep_key_word "ERROR [0-9]\{4\} " 1
grep_key_word "show tables failed" 3
grep_key_word "EXEC_SQL_FAIELD Error [0-9]\{4\}" 1
# grep -B 1 "No space left on device" log
# if [ $? = 0 ];then
# echo ---
# exit -1
# fi
# grep -B 1 "Got error: [0-9]\{4\}:" log
# if [ $? = 0 ];then
# echo ---
# exit -1
# fi
# grep -B 1 "ERROR [0-9]\{4\} " log
# if [ $? = 0 ];then
# echo ---
# exit -1
# fi
# grep -B 3 "show tables failed" log
# if [ $? = 0 ];then
# echo ---
# exit -1
# fi
# grep -B 1 "EXEC_SQL_FAIELD Error 1813" log
# if [ $? = 0 ];then
# echo ---
# exit -1
# fi
echo "post_build_script_sync_db finish~"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment