Skip to content

Commit d330fc8

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
Update screenshot debug log output
The FORCE_UPDATE_ALL_GOLDENS is outdated now and replaced by `--on-diff=update` from the new test runner. Bug: none Change-Id: I52f7f5f332753e7a8b3f989b67a9c2bdd8bee822 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5934572 Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
1 parent c71cecc commit d330fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shared/screenshots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ async function compare(golden: string, generated: string, maximumDiffThreshold:
305305
if (isOnBot) {
306306
debugInfo = `${base64TestGeneratedImageLog}\n${base64DiffImageLog}\n`;
307307
} else {
308-
debugInfo = `Run the tests again with FORCE_UPDATE_ALL_GOLDENS to update all tests that fail.
308+
debugInfo = `Run the tests again with --on-diff=update to update all tests that fail.
309309
Only do this if you expected this screenshot to have changed!
310310
311311
Diff image generated at:

0 commit comments

Comments
 (0)