Revert Bug 599653 and Bug 599693, due to odd red I don't have the time to investigate.

This commit is contained in:
Justin Wood 2010-09-27 02:16:39 -04:00
Родитель 7b72222823
Коммит 7fe234e89e
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -76,10 +76,10 @@ default export libs clean realclean distclean alldep maybe_clobber_profiledbuild
$(MAKE) -C mozilla $@
ifdef ENABLE_TESTS
check mochitest reftest crashtest xpcshell-tests::
$(MAKE) -C mozilla $@
mochitest-% ::
check \
mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y \
reftest crashtest \
xpcshell-tests::
$(MAKE) -C mozilla $@
endif

Просмотреть файл

@ -96,7 +96,7 @@ libs::
# list is kept in the same order as the effective DIRS just so things turn up
# in the same order as the build.
TEST_DIRS = base $(PARALLEL_DIRS) extensions/bayesian-spam-filter extensions/mdn
TEST_DIRS = base $(PARALLEL_DIRS) extensions/bayesian-spam-filter
xpcshell-tests::
for dir in $(TEST_DIRS); do \