X Tutup
The Wayback Machine - https://web.archive.org/web/20260311040309/https://github.com/python/pyperformance/pull/166
Skip to content

Preserve the Exit Code of Running the Tests#166

Merged
ericsnowcurrently merged 6 commits intopython:mainfrom
ericsnowcurrently:fix-runtests-script
Mar 28, 2022
Merged

Preserve the Exit Code of Running the Tests#166
ericsnowcurrently merged 6 commits intopython:mainfrom
ericsnowcurrently:fix-runtests-script

Conversation

@ericsnowcurrently
Copy link
Member

We have been ignoring the exit code of the subprocess in runtests.py.

@ericsnowcurrently ericsnowcurrently merged commit 934182f into python:main Mar 28, 2022
@ericsnowcurrently
Copy link
Member Author

We will deal with failures separately.

@ericsnowcurrently ericsnowcurrently deleted the fix-runtests-script branch March 28, 2022 20:47
@brandtbucher
Copy link
Member

It appears that this commit broke (or exposed a failure in?) our PyPy CI job. Looks like venv creation isn't working right?

@ericsnowcurrently
Copy link
Member Author

Yeah, it is a pre-existing failure. See #167.

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.

2 participants

X Tutup