From ed2bd5b6fd3f32bafed78465af31044cbab7e2b8 Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 30 Aug 2011 09:12:57 +0000 Subject: [PATCH] halt on severe errors git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7117 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/infrastructure/docutils-update.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/infrastructure/docutils-update.local b/sandbox/infrastructure/docutils-update.local index 70731eb92..e8ee488bc 100755 --- a/sandbox/infrastructure/docutils-update.local +++ b/sandbox/infrastructure/docutils-update.local @@ -201,7 +201,7 @@ for htmlfile in `find .. -name '*.html'` ; do haschanges=1 else test $feedback && echo $txtfile || true - python $lib/tools/rst2html.py --halt=5 --config=$dir/docutils.conf $txtfile $htmlfile + python $lib/tools/rst2html.py --config=$dir/docutils.conf $txtfile $htmlfile haschanges=1 fi fi -- 2.11.4.GIT