Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo

git-svn-id: svn://10.0.0.236/trunk@248430 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ajschult%verizon.net 2008-03-22 16:44:57 +00:00
parent 943e363f7d
commit ae9608a04b
2 changed files with 2 additions and 0 deletions

View File

@ -621,6 +621,7 @@ sub runTests {
if ($unixish) {
$ENV{'LD_LIBRARY_PATH'} = $dist_bin;
$ENV{'MOZILLA_FIVE_HOME'} = $dist_bin;
$ENV{'GNOME_DISABLE_CRASH_DIALOG'} = '1';
}
for my $key (keys(%{$browser_env})) {

View File

@ -267,6 +267,7 @@ Are you executing $objdir/_tests/testing/mochitest/runtests.py?"""
if automation.UNIXISH:
browserEnv["LD_LIBRARY_PATH"] = automation.DIST_BIN
browserEnv["MOZILLA_FIVE_HOME"] = automation.DIST_BIN
browserEnv["GNOME_DISABLE_CRASH_DIALOG"] = "1"
for v in options.environment:
ix = v.find("=")