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 a61da7f commit 2af5fdbCopy full SHA for 2af5fdb
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/sage"
+ # #35999: no filenames in arguments is equivalent to "src"
176
if not args.filenames:
177
- filenames = [os.path.join(os.environ.get('SAGE_SRC'), "sage")]
+ filenames = [os.environ.get('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