bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 12 Sep 2014 09:49:01 +0200
changeset 9979 9ccdb3751fbe
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] fix anonymous_user predicate in tests devtools' TestServerConfiguration overrides the anonymous_user method, but not the anonymous-user config option, so testing for the latter would give the wrong result. Closes #3996664.

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