bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 13 Apr 2011 11:34:53 +0200
branchstable
changeset 7217 4b860903d8c7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[testlib] fix bug in backup file name generation: it may erroneously replace '-' by '_' in database **parent directories**. This should fix random error when test are run under apycot.

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