Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
bug 483062 - figure out how to get crash stacks from xpcshell tests -…
Browse files Browse the repository at this point in the history
… another followup bustage fix
  • Loading branch information
Ted Mielczarek committed May 12, 2009
1 parent 7aa5da8 commit eea55d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion build/automation-build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/pgo/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion layout/tools/reftest/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif
_HARNESS_FILES = \
$(srcdir)/runreftest.py \
automation.py \
automationutils.py \
$(CURDIR)/automationutils.py \
$(NULL)

$(_DEST_DIR):
Expand Down
2 changes: 1 addition & 1 deletion testing/mochitest/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit eea55d0

Please sign in to comment.