bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 08 Jul 2010 19:18:56 +0200
changeset 5950 f84dba9b8eca
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] fix test_ajax js tests. We have to mock some of our js functions / variables (e.g. _ or pageid) in the test environment

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