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



##########
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:
       I feel it's better to show the whole file, since we only need it 
whenever there is a build failure.




-- 
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