Only decompyle .pyc files in the tests directory

This commit is contained in:
Michael Hansen
2012-06-06 22:53:56 -07:00
parent 6a1eba1622
commit 5ef70d151e

View File

@@ -46,7 +46,7 @@ test: all
@fails=0; \
files=(); \
errors=(); \
for f in ./tests/*; \
for f in ./tests/*.pyc; \
do \
stderr=$$( ./bin/pycdc "$$f" 2>&1 1>/dev/null ); \
if [ "$$?" -eq "0" -a -z "$$stderr" ]; then \