diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-10-12 17:25:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-10-12 17:28:07 +0200 |
commit | 6aa929cd8c8a9116c8df23bc0bf4cc76516425e6 (patch) | |
tree | 9f08736ad1e011aace3863818f6f4f093330244a /testcases/features/doctor.py | |
parent | ab3b723d2cc6c16b11c3a17b091da384213bcaac (diff) |
Remove exit() in ft_utils.execute_command
It simply removes the exit call in ft_utils.execute_command which is
quite safe as every testcase sets exit_on_error to False
JIRA: FUNCTEST-438
Change-Id: Ia273de0955cc3ea65a150c626638400ce614da00
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases/features/doctor.py')
-rwxr-xr-x | testcases/features/doctor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py index 6c26875d3..00e5c1d6b 100755 --- a/testcases/features/doctor.py +++ b/testcases/features/doctor.py @@ -52,7 +52,6 @@ def main(): ret = functest_utils.execute_command(cmd, info=True, - exit_on_error=False, output_file=log_file) stop_time = time.time() |