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