Skip to content

Commit

Permalink
fix for fast_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katraev committed Nov 14, 2011
1 parent 3f86bdf commit 8cbc921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontik/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
tornado.options.define('debug_xsl', '/usr/lib/frontik/debug.xsl', str)

tornado.options.define('timeout_multiplier', 1.0, float)
tornado.options.define('logfile_template', "", str)
tornado.options.define('pidfile_template', "", str)

1 change: 1 addition & 0 deletions tests/integration_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import tornado_util.supervisor as supervisor
import tornado.options
import frontik.options

def get_page(port, page, xsl=False):
url = "http://localhost:{0}/{1}{2}".format(port, page,
Expand Down

0 comments on commit 8cbc921

Please sign in to comment.