Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Changes to appveyor script to capture tests of failed builds #463

Merged
merged 2 commits into from
Nov 22, 2017

Conversation

StanleyGoldman
Copy link
Contributor

@StanleyGoldman StanleyGoldman commented Nov 21, 2017

Fixes: #446

In AppVeyor, with our build we are capturing the build artifacts and test logs, but if your tests fail the artifacts task does not run.

I'm debugging a set of integration tests that consistently fail on AppVeyor but work locally.
Our tests write their logging output to a file and I would like to get those outputs in AppVeyor.

The only way to do is is to script the build failure event to upload any files if found

@StanleyGoldman
Copy link
Contributor Author

You can see the result of this pull request in action here: https://ci.appveyor.com/project/github-windows/unity/build/2858.enhancements/repository-watcher-refactor/artifacts

@grokys
Copy link

grokys commented Nov 22, 2017

Out of interest, why are you doing this? Is the appveyor output not readable enough?

Copy link
Contributor

@jcansdale jcansdale left a comment

Choose a reason for hiding this comment

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

I'll trust you on that one. I still need to learn PowerShell!

@StanleyGoldman
Copy link
Contributor Author

Updated the body of this pull request

@StanleyGoldman StanleyGoldman merged commit ede34b5 into master Nov 22, 2017
@StanleyGoldman StanleyGoldman deleted the fixes/appveyor-failed-test-logs branch November 22, 2017 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants