[functional testing] Always check selenium hash

This commit is contained in:
Jonathan Budzenski 2015-09-17 11:56:36 -05:00
parent f611c44af4
commit 15f6275bd3

View file

@ -48,7 +48,7 @@ module.exports = function (grunt) {
} }
if (fs.existsSync(SELENIUM_FILE_PATH)) { if (fs.existsSync(SELENIUM_FILE_PATH)) {
done(); validateDownload(SELENIUM_FILE_PATH, config.selenium.md5, done);
} else { } else {
downloadSelenium(done); downloadSelenium(done);
} }