Print log data on after_failure.sh

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
Rafael da Fonseca 2015-06-19 16:33:35 +02:00 committed by Daan Hoogland
parent 348bd2f3cc
commit 773e4158b6
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@
# As the filename suggests, this is executed on build failure
# failure.
#
find /tmp//MarvinLogs -type f -exec echo -e "Printing logfile {} :\n" \; -exec cat {} \;

View File

@ -84,7 +84,7 @@ for ((i=0;i<$RETRY_COUNT;i++))
do
sudo pip install lxml texttable > /tmp/piplog
if [[ $? -eq 0 ]]; then
echo "\npython packages installed successfully"
echo -e "\npython packages installed successfully"
break;
fi
echo -e "\npython packages failed to install"