improved python example testing

This commit is contained in:
Davis King 2015-06-03 20:15:06 -04:00
parent 119ce9e8c8
commit 40cb07b4b9

View File

@ -28,7 +28,7 @@ build_python_interface ()
FILES=`ls *.py`
for f in $FILES
do
python $f > /dev/null || report_failure
python $f > /dev/null < /dev/null || report_failure
done
fi