Bug 789623 - Skip packaging pyc tests in test package, r=glandium, CLOSED TREE

This commit is contained in:
Ted Mielczarek 2012-09-03 20:23:40 -04:00
parent 403eb9f6b2
commit 97b3895015

View File

@ -328,6 +328,7 @@ else
#building tests.jar (bug 543800) fails on unify, so we build tests.jar after unify is run
$(MAKE) -C $(DEPTH)/testing/mochitest stage-chromejar PKG_STAGE=$(DIST)/universal
endif
find $(PKG_STAGE) -name "*.pyc" -exec rm {} \;
cd $(PKG_STAGE) && \
zip -rq9D "$(call core_abspath,$(DIST)/$(PKG_PATH)$(TEST_PACKAGE))" \
* -x \*/.mkdir.done