You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:13 UTC

[17/24] git commit: updated refs/heads/master to 6fd49e4

Print log data on after_failure.sh

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/773e4158
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/773e4158
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/773e4158

Branch: refs/heads/master
Commit: 773e4158b6387d837ba4905d654d607f772a4951
Parents: 348bd2f
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri Jun 19 16:33:35 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:26 2015 +0200

----------------------------------------------------------------------
 tools/travis/after_failure.sh  | 2 +-
 tools/travis/before_install.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/773e4158/tools/travis/after_failure.sh
----------------------------------------------------------------------
diff --git a/tools/travis/after_failure.sh b/tools/travis/after_failure.sh
index 1bc22aa..df40f73 100755
--- a/tools/travis/after_failure.sh
+++ b/tools/travis/after_failure.sh
@@ -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 {} \;

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/773e4158/tools/travis/before_install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh
index 334f6fe..78faa3c 100755
--- a/tools/travis/before_install.sh
+++ b/tools/travis/before_install.sh
@@ -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"