Skip to content

Commit

Permalink
improved python example testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jun 4, 2015
1 parent 119ce9e commit 40cb07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/makedocs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40cb07b

Please sign in to comment.