mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 789623 - Skip packaging pyc tests in test package, r=glandium, CLOSED TREE
This commit is contained in:
parent
403eb9f6b2
commit
97b3895015
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user