зеркало из https://github.com/mozilla/pjs.git
Bug 346922 make assertions fatal when running unit tests
r=davel sr=darin
This commit is contained in:
Родитель
126cb209b9
Коммит
ee0f7e7bb9
|
@ -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`}
|
||||
|
|
Загрузка…
Ссылка в новой задаче