From 1225a4c6fa1776d289d3458c38a14cedf22b3474 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Fri, 25 May 2018 14:26:44 -0400 Subject: [PATCH] Write exceptions to file Change-Id: I9463167f27418cb97b33dd99a7f3eab027060c8c Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index fad09d960..6fa072b14 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -682,6 +682,7 @@ EOF ${NODE_FOLDER}/odl${i}_karaf.log > ${NODE_FOLDER}/odl${i}_err_warn_exception.log # Print ROBOT lines and print Exception lines. For exception lines also print the previous line for context sed -n -e '/ROBOT MESSAGE/P' -e '$!N;/Exception/P;D' ${NODE_FOLDER}/odl${i}_karaf.log > ${NODE_FOLDER}/odl${i}_exception.log + mv /tmp/odl${i}_exceptions.txt ${NODE_FOLDER} rm ${NODE_FOLDER}/odl${i}_karaf.log.tar mv *_threads* ${NODE_FOLDER} mv ps_* ${NODE_FOLDER} -- 2.36.6