Skip to content

Commit 40cb07b

Browse files
committed
improved python example testing
1 parent 119ce9e commit 40cb07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/makedocs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build_python_interface ()
2828
FILES=`ls *.py`
2929
for f in $FILES
3030
do
31-
python $f > /dev/null || report_failure
31+
python $f > /dev/null < /dev/null || report_failure
3232
done
3333
fi
3434

0 commit comments

Comments
 (0)