mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Follow-up to r104845: s/args/argv
This commit is contained in:
parent
edf40c616c
commit
5d50c6bbf3
|
@ -309,7 +309,7 @@ function processTest(item) {
|
|||
var normalizedOut = normalizeOut(out);
|
||||
var normalizedExpected = normalizeHTML(item.result);
|
||||
if ( normalizedOut !== normalizedExpected ) {
|
||||
if (args.whiteList &&
|
||||
if (argv.whiteList &&
|
||||
item.title in testWhiteList &&
|
||||
normalizeOut(testWhiteList[item.title]) === normalizedOut) {
|
||||
if( !argv.quiet ) {
|
||||
|
|
Loading…
Reference in a new issue