[FIX] temp fix for runbot-job

bzr revid: al@openerp.com-20140217000702-xgi1lidpkjdvpnzf
This commit is contained in:
Antony Lesuisse 2014-02-17 01:07:02 +01:00
parent 75c350976c
commit 98641cff67
1 changed files with 3 additions and 0 deletions

3
oe
View File

@ -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()