Commit 80a50f3f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix doctest running

parent 4edcdff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ test_py_project()
      RST_FILES=(../doc/*.rst)

      for f in "${RST_FILES[@]}"; do
        if [ -e "$f}" ]; then
        if [ -e "$f" ]; then
          if ! grep -q no-doctest "$f"; then
            TESTABLES="$TESTABLES $f"
          fi