mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
mozscreenshots: Change init logging to "debug" level and follow-up on bug 1248027. r=me
MozReview-Commit-ID: 6GjBRJ2C787
This commit is contained in:
parent
7bdf7a739b
commit
d5196d8f4f
@ -33,8 +33,7 @@ function shouldCapture() {
|
||||
// Automation isn't able to schedule test jobs to only run on nightlies so we handle it here
|
||||
// (see also: bug 1116275).
|
||||
let capture = AppConstants.MOZ_UPDATE_CHANNEL == "nightly" ||
|
||||
AppConstants.SOURCE_REVISION_URL == "" ||
|
||||
AppConstants.SOURCE_REVISION_URL == "1"; // bug 1248027
|
||||
AppConstants.SOURCE_REVISION_URL == "";
|
||||
if (!capture) {
|
||||
ok(true, "Capturing is disabled for this MOZ_UPDATE_CHANNEL or REPO");
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ this.TestRunner = {
|
||||
_libDir: null,
|
||||
|
||||
init(extensionPath) {
|
||||
log.info("init");
|
||||
log.debug("init");
|
||||
this._extensionPath = extensionPath;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user