From 15f6275bd3721cacf084b1c54fecf9aa566eb59f Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 17 Sep 2015 11:56:36 -0500 Subject: [PATCH] [functional testing] Always check selenium hash --- tasks/downloadSelenium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/downloadSelenium.js b/tasks/downloadSelenium.js index dfc5ac3f1419..62840493ee2a 100644 --- a/tasks/downloadSelenium.js +++ b/tasks/downloadSelenium.js @@ -48,7 +48,7 @@ module.exports = function (grunt) { } if (fs.existsSync(SELENIUM_FILE_PATH)) { - done(); + validateDownload(SELENIUM_FILE_PATH, config.selenium.md5, done); } else { downloadSelenium(done); }