Bug 982379 - Uplift Add-on SDK to Firefox

This commit is contained in:
Erik Vold
2014-03-12 17:20:56 -07:00
parent a417ef1b96
commit 2b95a60130
23 changed files with 484 additions and 186 deletions

View File

@@ -736,7 +736,6 @@ def run_app(harness_root_dir, manifest_rdf, harness_options,
if os.path.exists(resultfile):
result = open(resultfile).read()
if result:
sys.stderr.write("resultfile contained " + "'" + result + "'\n")
if result in ['OK', 'FAIL']:
done = True
else:
@@ -755,9 +754,7 @@ def run_app(harness_root_dir, manifest_rdf, harness_options,
else:
runner.wait(10)
finally:
sys.stderr.write("Done.\n")
outf.close()
sys.stderr.write("Clean the profile.\n")
if profile:
profile.cleanup()