change back to warn for mochitest

This commit is contained in:
sayrer@gmail.com 2007-05-15 20:27:37 -07:00
Родитель 7008f05a27
Коммит 45e7925676
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -460,7 +460,7 @@ sub runTests {
# set env vars so Firefox doesn't quit weirdly and break the script
$ENV{'NO_EM_RESTART'} = '1';
$ENV{'XPCOM_DEBUG_BREAK'} = 'stack';
$ENV{'XPCOM_DEBUG_BREAK'} = 'warn';
if ($unixish) {
$ENV{'LD_LIBRARY_PATH'} = $dist_bin;