Temporarily disable the crashreporter tests on x86-Linux only, due to bug 573290 on a CLOSED TREE.

This commit is contained in:
Benjamin Smedberg 2010-07-01 17:03:16 -04:00
Родитель 4b29191430
Коммит 60dedbb258
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -112,7 +112,11 @@ EXTRA_JS_MODULES = \
$(NULL)
ifdef ENABLE_TESTS
# Temporarily disable the tests on x86-Linux, see bug 573290.
ifneq ($(OS_ARCH)_$(TARGET_XPCOM_ABI),Linux_x86-gcc3)
TOOL_DIRS = test
endif
endif
include $(topsrcdir)/config/rules.mk