typo in fabfile

This commit is contained in:
Dmitry Shulyak 2013-09-23 15:21:22 +03:00
parent 72086180d3
commit 9e959ae5e6
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -28,7 +28,7 @@ def testdeps():
def startserver():
local(('ostf-server '
'--dbpath postgresql+psycopg2://ostf:ostf@localhost/ostf'
'--dbpath postgresql+psycopg2://ostf:ostf@localhost/ostf '
'--debug --debug_tests=fuel_plugin/tests/functional/dummy_tests'))