Copying out FFDC files to HOME in run-robot.sh

Change-Id: I8b39cf8293840fcb14ada139a3ba9a2a7f7c612e
Signed-off-by: Charles Hofer <cphofer@us.ibm.com>
diff --git a/scripts/run-robot.sh b/scripts/run-robot.sh
index 6e2459e..2bc5d4e 100755
--- a/scripts/run-robot.sh
+++ b/scripts/run-robot.sh
@@ -35,5 +35,8 @@
 
 cp ${ROBOT_CODE_HOME}/*.xml ${HOME}/
 cp ${ROBOT_CODE_HOME}/*.html ${HOME}/
+if [ -d logs ] ; then
+    cp -Rf ${ROBOT_CODE_HOME}/logs ${HOME}/ ;
+fi
 
 #rm -rf ${ROBOT_CODE_HOME}