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

Fix NO_DOCTESTS logic

parent 33cc813c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ if [ -d test ]; then

  TESTABLES="$TESTABLES ."

  if ! [ -z "$NO_DOCTESTS" ]; then
  if [ -z "$NO_DOCTESTS" ]; then
    rst_files=(../doc/*.rst)

    if [ -e "${rst_files[0]}" ]; then