bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 10 Apr 2013 15:34:18 +0200
branchstable
changeset 8884 e750e5abd1c7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] protect xvfb-run.sh against clean_up being called twice

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