Bug 346922 make assertions fatal when running unit tests

r=davel sr=darin
This commit is contained in:
cbiesinger%web.de 2006-08-03 18:41:25 +00:00
Родитель 126cb209b9
Коммит ee0f7e7bb9
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -42,6 +42,9 @@
# allow core dumps
ulimit -c 20480 2> /dev/null
# Make assertions fatal
export XPCOM_DEBUG_BREAK=abort
# MOZILLA_FIVE_HOME is exported by run-mozilla.sh, and is usually $(DIST)/bin
# we need to know that dir path in order to find xpcshell
bin=${MOZILLA_FIVE_HOME:-`dirname $0`}