diff options
Diffstat (limited to 'testcases/vnf/vRNC/parser.py')
-rwxr-xr-x | testcases/vnf/vRNC/parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py index 0320b104d..0381fd648 100755 --- a/testcases/vnf/vRNC/parser.py +++ b/testcases/vnf/vRNC/parser.py @@ -44,7 +44,6 @@ def main(): log_file = RESULTS_DIR + "/parser.log" ret = functest_utils.execute_command(cmd, info=True, - exit_on_error=False, output_file=log_file) stop_time = time.time() |