mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
improved python example testing
This commit is contained in:
parent
119ce9e8c8
commit
40cb07b4b9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user