This commit is contained in:
tqchen 2015-07-03 17:41:52 -07:00
parent 099581b591
commit 8cc07ba391

View File

@ -7,7 +7,7 @@ fi
if [ ${TASK} == "doc" ]; then if [ ${TASK} == "doc" ]; then
make doc 2>log.txt make doc 2>log.txt
(cat log.txt|grep warning) && exit -1 (cat log.txt| grep -v ENABLE_PREPROCESSING |grep -v "unsupported tag" |grep warning) && exit -1
fi fi
if [ ${TASK} == "build" ]; then if [ ${TASK} == "build" ]; then