bug 763903: regularly run mozconfig comparisons for firefox. r=ted/bhearsum

This commit is contained in:
Jason Yeo 2013-07-16 15:39:11 -04:00
parent 0f3720ceef
commit b56eabd006

View File

@ -51,3 +51,7 @@ def main():
whitelist_path, '--no-download',
platform + ',' + release_mozconfig_path +
',' + nightly_mozconfig_path])
sys.exit(ret_code)
if __name__ == '__main__':
main()