Follow-up to r104845: s/args/argv

This commit is contained in:
Gabriel Wicke 2011-12-01 12:10:43 +00:00
parent edf40c616c
commit 5d50c6bbf3

View file

@ -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 ) {