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:
parent
943e363f7d
commit
ae9608a04b
@ -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})) {
|
||||
|
||||
@ -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("=")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user