Bug 1173801 - Debugging patch to dump down the complete log

This commit is contained in:
Ehsan Akhgari 2015-07-20 15:22:38 -04:00
Родитель 730418c580
Коммит 1065292159
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@ let gTests;
function test() {
waitForExplicitFinish();
requestLongerTimeout(2);
requestCompleteLog();
gTests = runTest();
gTests.next();
}