We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af5fdb commit 8326140Copy full SHA for 8326140
src/bin/sage-runtests
@@ -172,9 +172,9 @@ if __name__ == "__main__":
172
if args.verbose:
173
pytest_options.append("-v")
174
175
- # #35999: no filenames in arguments is equivalent to "src"
+ # #35999: no filename in arguments defaults to "src"
176
if not args.filenames:
177
- filenames = [os.environ.get('SAGE_SRC')]
+ filenames = [SAGE_SRC]
178
else:
179
# #31924: Do not run pytest on individual Python files unless
180
# they match the pytest file pattern. However, pass names
0 commit comments