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 2eccb5dbc0
commit b397d69844

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()