提交 2386c787 编写于 作者: K Kevin Heifner

Add check for Assert in stderr.txt #686

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