Remove runtests.py.in change from d3c2bf145fb8, accidentally committed.

This commit is contained in:
Joe Drew 2009-03-17 17:22:24 -04:00
parent bbb61079d1
commit 36ae2ff9ac

View File

@ -467,9 +467,6 @@ Are you executing $objdir/_tests/testing/mochitest/runtests.py?"""
testURL += "?" + "&".join(urlOpts)
browserEnv["XPCOM_MEM_BLOAT_LOG"] = LEAK_REPORT_FILE
if options.a11y:
browserEnv["XPCOM_MEM_REFCNT_LOG"] = PROFILE_DIRECTORY + "/refcnt.log"
browserEnv["XPCOM_MEM_LOG_CLASSES"] = "imgRequest,imgCacheEntry"
if options.fatalAssertions:
browserEnv["XPCOM_DEBUG_BREAK"] = "stack-and-abort"