Changeset 8687 for main/waeup.stress


Ignore:
Timestamp:
12 Jun 2012, 09:09:24 (12 years ago)
Author:
uli
Message:

Use deploy.ini by default, not debug.ini.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.stress/trunk/src/waeup/stress/__init__.py

    r8683 r8687  
    9494        # by default we start paster as daemon
    9595        subprocess.call(
    96             './bin/paster serve --daemon parts/etc/debug.ini', shell=True)
     96            './bin/paster serve --daemon parts/etc/deploy.ini', shell=True)
    9797    os.chdir(old_cwd_)
    9898    return
Note: See TracChangeset for help on using the changeset viewer.