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

git-svn-id: svn://10.0.0.236/trunk@243093 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dolske%mozilla.com 2008-01-15 03:46:19 +00:00
parent c323148120
commit b28abbb97d
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