bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 23 Jul 2015 12:32:51 +0200
changeset 10583 97c88aa7c779
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[qunit] remove unused 'data_files' parameter Its use was removed when we stoppped pointing firefox at file:// web/test/jstests/ajax_url2.html has never actually been used, it's only been ever mentioned in a QUnit comment.

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