From cb8855269b80dcacbf01d85224f134c9e2cc9054 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 5 Jul 2015 17:15:40 +0300 Subject: [PATCH] build_notebooks.jl --- docs/build_notebooks.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build_notebooks.jl b/docs/build_notebooks.jl index 730ee2a..eae25dc 100644 --- a/docs/build_notebooks.jl +++ b/docs/build_notebooks.jl @@ -28,6 +28,9 @@ function parse_rst(filename) if startswith(line, "Failed:") res["status"] = 1 end + if startswith(line, "Failure") + res["status"] = 1 + end m = matchall(r"[-0-9.]+", line) end end