зеркало из https://github.com/mozilla/pjs.git
bug 483062 - figure out how to get crash stacks from xpcshell tests - another followup bustage fix
This commit is contained in:
Родитель
f163a220e5
Коммит
deac5346ba
|
@ -74,7 +74,7 @@ _LEAKTEST_DIR = $(DEPTH)/_leaktest
|
|||
|
||||
_LEAKTEST_FILES = \
|
||||
automation.py \
|
||||
automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
leaktest.py \
|
||||
bloatcycle.html \
|
||||
$(topsrcdir)/build/pgo/server-locations.txt \
|
||||
|
|
|
@ -71,4 +71,4 @@ automation.py: $(topsrcdir)/build/automation.py.in $(topsrcdir)/build/automation
|
|||
$(PYTHON) $(topsrcdir)/config/Preprocessor.py \
|
||||
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< > $@
|
||||
|
||||
GARBAGE += automation.py automationutils.py
|
||||
GARBAGE += automation.py $(CURDIR)/automationutils.py
|
||||
|
|
|
@ -59,7 +59,7 @@ include $(topsrcdir)/build/automation-build.mk
|
|||
|
||||
_PGO_FILES = \
|
||||
automation.py \
|
||||
automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
profileserver.py \
|
||||
genpgocert.py \
|
||||
index.html \
|
||||
|
|
|
@ -75,7 +75,7 @@ endif
|
|||
_HARNESS_FILES = \
|
||||
$(srcdir)/runreftest.py \
|
||||
automation.py \
|
||||
automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
$(NULL)
|
||||
|
||||
$(_DEST_DIR):
|
||||
|
|
|
@ -60,7 +60,7 @@ include $(topsrcdir)/build/automation-build.mk
|
|||
_SERV_FILES = \
|
||||
runtests.py \
|
||||
automation.py \
|
||||
automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
gen_template.pl \
|
||||
server.js \
|
||||
harness-a11y.xul \
|
||||
|
|
Загрузка…
Ссылка в новой задаче