Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Bug 1195288 - consider using python webserver for production talos - …
Browse files Browse the repository at this point in the history
…s/page_load_test/tests/. a=comment-only
  • Loading branch information
jmaher committed Aug 25, 2015
1 parent 5bc7169 commit 40ead74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions talos/config.py
Expand Up @@ -459,6 +459,8 @@ def build_manifest(config, manifestName):
with open(manifestName + '.develop', 'w') as newHandle:
for line in manifestLines:
newline = line.replace('localhost', config['webserver'])
# bug 1195288, until tp5n.zip is modified,
# we need to replace dynamically
newline = newline.replace('page_load_test', 'tests')
newHandle.write(newline)

Expand Down

0 comments on commit 40ead74

Please sign in to comment.