test/data/scripts/script3.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 20 Jun 2011 12:55:40 +0200
branchstable
changeset 7538 849c04098f3f
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[migration] when there are no data migration needed, we still want to rewrite the configuration and to restart the server. Closes #1760927

from os.path import join
assert __file__.endswith(join('scripts', 'script3.py')), __file__
assert '__main__' == __name__, __name__
assert ['-vd', '-f', 'FILE.TXT'] == __args__, __args__