Skip to content

Commit

Permalink
Updates build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Marucci Blas committed Sep 21, 2015
1 parent eea6d72 commit b824a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit b824a18

Please sign in to comment.