提交 b170a525 编写于 作者: K Kevin Heifner

Log not in tn_data_0/ when script doesn't spawn eosd. #733

上级 7e12d605
...@@ -491,10 +491,12 @@ while [ "$NEXT_BLOCK_NUM" -le "$HEAD_BLOCK_NUM" ]; do ...@@ -491,10 +491,12 @@ while [ "$NEXT_BLOCK_NUM" -le "$HEAD_BLOCK_NUM" ]; do
NEXT_BLOCK_NUM=$((NEXT_BLOCK_NUM+1)) NEXT_BLOCK_NUM=$((NEXT_BLOCK_NUM+1))
done done
ASSERT_ERRORS="$(grep Assert tn_data_0/stderr.txt)" if [ "$SERVER" == "localhost" ]; then
count=`grep -c Assert tn_data_0/stderr.txt` ASSERT_ERRORS="$(grep Assert tn_data_0/stderr.txt)"
if [ $count != 0 ]; then count=`grep -c Assert tn_data_0/stderr.txt`
error "FAILURE - Assert in tn_data_0/stderr.txt" if [ "$count" != "0" ]; then
error "FAILURE - Assert in tn_data_0/stderr.txt"
fi
fi fi
killAll killAll
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册