bin/cubicweb-ctl
author Christophe de Vienne <christophe@unlish.com>
Thu, 30 Jul 2015 11:11:12 +0200
changeset 10792 daef7ce08fea
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tests] Fix config.repository() in tests The config.repository was overriden too late. Closes #5778294

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