зеркало из https://github.com/mozilla/pjs.git
add some logging to reftest
This commit is contained in:
Родитель
a35d89e561
Коммит
d1a3bbf82f
|
@ -365,6 +365,9 @@ function BuildConditionSandbox(aURL) {
|
|||
getIntPref: function(p) { return this._prefs.getIntPref(p); }
|
||||
}
|
||||
|
||||
dump("REFTEST INFO | Dumping JSON representation of sandbox \n");
|
||||
dump("REFTEST INFO | " + JSON.stringify(sandbox) + " \n");
|
||||
|
||||
return sandbox;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче