bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 May 2014 10:28:23 +0200
changeset 10455 ad0615d4500d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/test] Add a test for db-statement-timeout option Sadly I don't think there's a way to test that functionality without adding sleeps which make the test suite longer :/ Related to #2547026

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])