Commit 40cb07b4 authored by Davis King's avatar Davis King

improved python example testing

parent 119ce9e8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment