add NO_EM_RESTART to default tinderbox config to prevent tinderboxes building ng apps from going orange right away. r=bryner.
git-svn-id: svn://10.0.0.236/trunk@158105 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -183,3 +183,6 @@ $LogCompression = '';
|
||||
# binary data is transferred properly.
|
||||
$LogEncoding = '';
|
||||
|
||||
# Prevent Extension Manager from spawning child processes during tests
|
||||
# - processes that tbox scripts cannot kill.
|
||||
$ENV{NO_EM_RESTART} = '1';
|
||||
|
||||
Reference in New Issue
Block a user