[FIX] survey: comments are properly recorded now
[odoo/odoo.git] / oe
diff --git a/oe b/oe
index 5987cc7..2da32cb 100755 (executable)
--- 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()