Summary: | When using the --stop-on-failure argument, print contents of log file for failed build to the console | ||
---|---|---|---|
Product: | [Developer tools] kdesrc-build | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Michael Pyne <mpyne> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | ashark, mklapetek |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2018-12-23 22:20:16 UTC
Oops, closed the wrong bug. I've been working around this by using the following shell function to run kdesrc-build: # "kde build" just this repo and then set up variables function kb { REPO=`basename $PWD` kdesrc-build $REPO --no-src --resume-from $REPO ERRORFILE=~/kde/src/log/latest/$REPO/error.log if [ -f $ERRORFILE ] then cat $ERRORFILE else source ../../build/$REPO/prefix.sh fi } *** Bug 331203 has been marked as a duplicate of this bug. *** Currently, we have clickable file names in Konsole, so they are very easy to inspect. And I think it is not worth it to clutter the terminal with the whole file output for each run. |