add NO_EM_RESTART to default tinderbox config to prevent tinderboxes building ng apps from going orange right away. r=bryner.

This commit is contained in:
ben%bengoodger.com 2004-06-18 08:13:40 +00:00
parent a8e2853c4b
commit 1aed571d00

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