Skip to content

Commit

Permalink
BF: pruned stuff python compiles during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 24, 2011
1 parent 7c36dec commit e9ab580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Expand Up @@ -17,4 +17,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
python$$buildver $$MDPPATH/mdp/test/run_tests.py $$MDPPATH/mdp \
$$MDPPATH/bimdp; \
done
: # Prune compiled code which could have been generated during testing
/usr/bin/find -iname __pycache__ -print0 -o -iname \*.pyc -print0 \
| xargs -r -0 rm -fr
endif

0 comments on commit e9ab580

Please sign in to comment.