summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'sdnvpn/test/functest/run_tests.py')
-rw-r--r--sdnvpn/test/functest/run_tests.py2
1 files changed, 1 insertions, 1 deletions
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)