-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Manage pexpect logs created during doctesting #34416
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Author: John Palmieri |
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
comment:6
I do not see any reason to create these logs. |
comment:8
I agree. |
Reviewer: Matthias Koeppe |
comment:9
Thanks! |
Changed branch from u/jhpalmieri/34416-do-not-create-pexpect-logs to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The line
which appears twice in
sage/doctest/forker.py
turns on logging forpexpect
, and this results in two files being created inDOT_SAGE/pexpect_logs
every time you doctest this file.Doctests pass after deleting these lines, so let's remove those lines.
CC: @mkoeppe
Component: doctest framework
Author: John Palmieri
Branch/Commit:
543b665
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/34416
The text was updated successfully, but these errors were encountered: