mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 412216 - xpcshell tests (make check) don't work on Solaris. r=robc
This commit is contained in:
parent
72fd0e45d5
commit
185b35213c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user