Loading build-and-test-py-project.sh +5 −3 Original line number Diff line number Diff line Loading @@ -64,11 +64,13 @@ if [ -d test ]; then TESTABLES="$TESTABLES ." if ! [ -z "$NO_DOCTESTS" ]; then rst_files=(../doc/*.rst) if [ -e "${rst_files[0]}" ]; then TESTABLES="$TESTABLES $rst_files" fi fi if ! test -z "$TESTABLES"; then if test "$cl_dev" != ""; then Loading Loading
build-and-test-py-project.sh +5 −3 Original line number Diff line number Diff line Loading @@ -64,11 +64,13 @@ if [ -d test ]; then TESTABLES="$TESTABLES ." if ! [ -z "$NO_DOCTESTS" ]; then rst_files=(../doc/*.rst) if [ -e "${rst_files[0]}" ]; then TESTABLES="$TESTABLES $rst_files" fi fi if ! test -z "$TESTABLES"; then if test "$cl_dev" != ""; then Loading