From 7abb51066dc537f1277eef243539a5b511d3e3cd Mon Sep 17 00:00:00 2001 From: tomsou Date: Mon, 24 Jul 2017 14:02:00 +0000 Subject: Fix log gathering functionality Some fixes on https://gerrit.opnfv.org/gerrit/#/c/37261/ JIRA: SDNVPN-170 Change-Id: I2f396f509181b45bfccb76fbfd904d7591000df9 Signed-off-by: tomsou --- sdnvpn/test/functest/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnvpn/test/functest/run_tests.py') diff --git a/sdnvpn/test/functest/run_tests.py b/sdnvpn/test/functest/run_tests.py index 1bffe67..e671264 100644 --- a/sdnvpn/test/functest/run_tests.py +++ b/sdnvpn/test/functest/run_tests.py @@ -97,7 +97,7 @@ def main(report=False): gather_logs('overall') except Exception as ex: logger.error(('Something went wrong in the Log gathering.' - 'Ex: Trace: %s') + 'Ex: %s, Trace: %s') % ex, traceback.format_exc()) if overall_status == "FAIL": sys.exit(-1) -- cgit 1.2.3-korg