[tor-commits] [tor-browser/esr24] Bug 981030 - Fix outdated stage-config in testsuite-targets.mk, r=bustage, a=test-only

mikeperry at torproject.org mikeperry at torproject.org
Fri Aug 29 05:26:38 UTC 2014


commit 6adc08ba69e1667e338a85f267c5b8d8db6d75d8
Author: Andrew Halberstadt <ahalberstadt at mozilla.com>
Date:   Fri Mar 21 14:02:54 2014 -0400

    Bug 981030 - Fix outdated stage-config in testsuite-targets.mk, r=bustage, a=test-only
---
 testing/testsuite-targets.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/testsuite-targets.mk b/testing/testsuite-targets.mk
index b10ff0f..a679d1f 100644
--- a/testing/testsuite-targets.mk
+++ b/testing/testsuite-targets.mk
@@ -442,7 +442,8 @@ stage-b2g: make-stage-dir
 	$(NSINSTALL) $(topsrcdir)/b2g/test/b2g-unittest-requirements.txt $(PKG_STAGE)/b2g
 
 stage-config: make-stage-dir
-	$(NSINSTALL) $(topsrcdir)/testing/config/mozharness_config.py $(PKG_STAGE)/config
+	$(NSINSTALL) -D $(PKG_STAGE)/config
+	@(cd $(topsrcdir)/testing/config && tar $(TAR_CREATE_FLAGS) - *) | (cd $(PKG_STAGE)/config && tar -xf -)
 
 stage-mochitest: make-stage-dir
 	$(MAKE) -C $(DEPTH)/testing/mochitest stage-package





More information about the tor-commits mailing list