mcvsubbu commented on a change in pull request #7287:
URL: https://github.com/apache/pinot/pull/7287#discussion_r687277991



##########
File path: compatibility-verifier/checkoutAndBuild.sh
##########
@@ -274,15 +261,15 @@ if [ ${oldBuildStatus} -eq 0 ]; then
   echo Old version build completed successfully
 else
   echo Old version build failed. See ${oldBuildOutFile}
-  cat ${oldBuildOutFile}
+  tail -250 ${oldBuildOutFile}

Review comment:
       How many lines of build output do you think we will need? I was trying 
to minimize the number of pages of output. I can change it back to all if you 
prefer, we usually don't expect builds to fail unless it is a pull request. So 
it is ok.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to