bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 01 Sep 2014 10:22:46 +0200
changeset 9993 1ced03652d5e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] "Keep" some temporary files/dirs around to help with debugging The whole QUnitTestCase runs with an @with_tempdir so it's redundant anyway.

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