Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not print config.log if there were no errors #244

Closed
wants to merge 2 commits into from

Conversation

jeffhammond
Copy link
Member

it is bloody impossible to find the actual error in Travis logs,
particularly the raw output, when config.log is present, because it
contains a large number of innocuous instances of the word "error"
associated with configure tests that always fail.

question for reviewers: do people want to have config.log even when the Travis failures occur in later steps? maybe some people do.

it is bloody impossible to find the actual error in Travis logs,
particularly the raw output, when config.log is present, because it
contains a large number of innocuous instances of the word "error"
associated with configure tests that always fail.
@evaleev evaleev self-requested a review April 14, 2017 14:18
Copy link
Contributor

@evaleev evaleev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the failing logs show this:

travis_time:end:1e4d6f28:start=1492102572592879603,finish=1492102574170422811,duration=1577543208
�[0Ktravis_fold:end:cache.2
�[0Ktravis_fold:start:after_failure
�[0Ktravis_time:start:0274a75a
�[0K$ {:"find . -name config.log -exec grep -L "configure"=>"exit 0" {} ";" | xargs cat"}
/home/travis/.travis/job_stages: line 53: {:find . -name config.log -exec grep -L "configure=: command not found

@jeffhammond
Copy link
Member Author

Yeah, I've been seeing that error for reasons I do not understand. That shell command definitely works locally. I'll debug.

@robertjharrison robertjharrison deleted the travis-only-print-bad-logs branch December 26, 2018 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants