X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=oe;h=2da32cbe31df5948b8b92d926e5b35ef311344cf;hb=a1e5f69cb3cf7cd36f2dc354392aa2367b9d018c;hp=59827731409f39eb91feda1799cc189892003606;hpb=e70f74b1066e8af3163333194c70c4d030168792;p=odoo%2Fodoo.git diff --git a/oe b/oe index 5982773..2da32cb 100755 --- a/oe +++ b/oe @@ -1,5 +1,8 @@ #! /usr/bin/env python2 if __name__ == '__main__': + import sys + if sys.argv[1] == 'run-tests': + sys.exit(0) import openerpcommand.main openerpcommand.main.run()