From b824a180c40b617873b52b715fe108dc8fa1fa0d Mon Sep 17 00:00:00 2001 From: Guido Marucci Blas Date: Mon, 21 Sep 2015 17:06:23 -0300 Subject: [PATCH] Updates build scripts. --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index e767e9a..1e6f793 100755 --- a/script/cibuild +++ b/script/cibuild @@ -39,7 +39,7 @@ main () status=$? if [ ! $status -eq 0 ] then - log_file_path=`cat /tmp/build.test-output.txt | perl -l -ne '/(\/var\/folders.*\/com\.apple\.dt\.XCTest-status.*)\)/ && print $1'` + log_file_path=`cat /tmp/build.test-output.txt | tail -n 100 | perl -l -ne '/(\/var\/folders.*\/com\.apple\.dt\.XCTest-status.*)\)/ && print $1'` if [ ! -z "$log_file_path" ] then echo ""