Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: packagerChrome.py

Issue 29503597: Issue 4096 - remove qunit/* from other builds than devenv (Closed)
Patch Set: Created Aug. 3, 2017, 9:57 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerChrome.py
diff --git a/packagerChrome.py b/packagerChrome.py
index 5d3ecca9998c2b786aba7ad8f5305ee54688ca3a..3e1a452a1a5b79fa7ff7316930ac911aab8162a6 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -392,9 +392,10 @@ def createBuild(baseDir, type='chrome', outFile=None, buildNum=None, releaseBuil
files.read(os.path.join(buildtools.__path__[0], 'chromeDevenvPoller__.js'), relpath='devenvPoller__.js')
files['devenvVersion__'] = str(random.random())
- if metadata.has_option('general', 'testScripts'):
- files['qunit/index.html'] = createScriptPage(params, 'testIndex.html.tmpl',
- ('general', 'testScripts'))
+ if metadata.has_option('general', 'testScripts'):
+ files['qunit/index.html'] = createScriptPage(
+ params, 'testIndex.html.tmpl', ('general', 'testScripts')
+ )
zipdata = files.zipToString()
signature = None
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld