bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 07 Apr 2010 14:42:12 +0200
branchstable
changeset 5175 6efb7a7ae570
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[testlib] properly close connections opened during test in tearDown

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