Bug 1179945 - Deal with spaces in file names when generating test archive dependencies. r=bhearsum

This commit is contained in:
Chris Manchester 2015-07-02 15:15:08 -07:00
parent 373c10f542
commit c5473e742e

View File

@ -425,7 +425,7 @@ TEST_PKGS := \
web-platform \
$(NULL)
PKG_ARG = --$(1) $(PKG_BASENAME).$(1).tests.zip
PKG_ARG = --$(1) '$(PKG_BASENAME).$(1).tests.zip'
test-packages-manifest-tc:
$(PYTHON) $(topsrcdir)/build/gen_test_packages_manifest.py \