Bug 412216 - xpcshell tests (make check) don't work on Solaris. r=robc

This commit is contained in:
dolske@mozilla.com 2008-01-14 19:46:19 -08:00
parent 72fd0e45d5
commit 185b35213c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
ulimit -c 20480 2> /dev/null
# Make assertions fatal
export XPCOM_DEBUG_BREAK=stack-and-abort
XPCOM_DEBUG_BREAK=stack-and-abort; export XPCOM_DEBUG_BREAK
exit_status=0

View File

@ -45,7 +45,7 @@
ulimit -c 20480 2> /dev/null
# Make assertions fatal
export XPCOM_DEBUG_BREAK=stack-and-abort
XPCOM_DEBUG_BREAK=stack-and-abort; export XPCOM_DEBUG_BREAK
exit_status=0