-
Notifications
You must be signed in to change notification settings - Fork 563
More attempts to get more test logging #1161
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
Conversation
…ithub.com/jonsequitur/try into update-peaky-tests-and-add-build-controls
…ithub.com/jonsequitur/try into update-peaky-tests-and-add-build-controls
azure-pipelines.yml
Outdated
| condition: ne(variables['SkipTests'], 'true') | ||
| env: | ||
| RunIntegrationTests: $(RunIntegrationTests) | ||
| POCKETLOGGER_LOG_PATH: $(PocketLoggerLogPath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this set as well for the unit tests as well as for the child process (the AspNetProcess class) spawned by the integration tests.
Setting it globally is really the simplest approach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, my latest push should handle setting that more globally.
This is based on changes in this PR: #1149