Only test decompiling pyc files.

This commit is contained in:
Kunal Parmar
2012-06-09 16:57:10 -07:00
parent 0f012b62d3
commit d7a15472c7

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 \