diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-08-29 22:50:53 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-30 09:59:35 +0000 |
commit | 3731e0e97a90be20fa800e02e6a3eee7df1fb5fb (patch) | |
tree | 7ae2e3cf595ede42b0600876ff362cbf7c7def08 | |
parent | af984c7ee6a64a7cf073d09637773a001332b01b (diff) |
Allow realtime Jenkins' console output
Change-Id: I6005000762eb6e7bb7e40ccaea35004a07b47aa1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8afd88fdf4574136d44cfaa8b01a4fa89e6a7a81)
-rwxr-xr-x | ci/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py index 17481780e..f2a119900 100755 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python -u # # Author: Jose Lausuch (jose.lausuch@ericsson.com) # |