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:
ben%bengoodger.com
2004-06-18 08:13:40 +00:00
parent b3b670e702
commit 2da9db5dd8

View File

@@ -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';