author | Mike Hommey <mh+mozilla@glandium.org> |
Tue, 03 Dec 2013 06:34:20 +0900 | |
changeset 158399 | f047d2032ad765859e40be7dc6197957207f1f0e |
parent 158398 | ee718c9681ffc647d02e7ad53d25f9d0afb8b80d |
child 158400 | d6f47a333fe1827bbbfdbce7b107d07b7af46bd3 |
push id | 25744 |
push user | cbook@mozilla.com |
push date | Tue, 03 Dec 2013 09:14:36 +0000 |
treeherder | mozilla-central@71088609c1f3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 944813, 926906 |
milestone | 28.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/testsuite-targets.mk +++ b/testing/testsuite-targets.mk @@ -431,17 +431,17 @@ endif package-tests: @rm -f "$(DIST)/$(PKG_PATH)$(TEST_PACKAGE)" ifndef UNIVERSAL_BINARY $(NSINSTALL) -D $(DIST)/$(PKG_PATH) endif find $(PKG_STAGE) -name "*.pyc" -exec rm {} \; cd $(PKG_STAGE) && \ - zip -rq9D "$(abspath $(DIST)/$(PKG_PATH)$(TEST_PACKAGE))" \ + zip -rq9D "$(abspath $(DIST))/$(PKG_PATH)$(TEST_PACKAGE)" \ * -x \*/.mkdir.done ifeq ($(MOZ_WIDGET_TOOLKIT),android) package-tests: stage-android endif ifeq ($(MOZ_WIDGET_TOOLKIT),gonk) package-tests: stage-b2g