Skip to content

Commit 3b9eaa4

Browse files
author
Matthias Koeppe
committed
src/sage/doctest/control.py: Log 'Using --baseline-stats-path=...'
1 parent 60f056c commit 3b9eaa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/doctest/control.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ def run_doctests(self):
11711171
iterations = ", ".join(iterations)
11721172
if iterations:
11731173
iterations = " (%s)" % (iterations)
1174+
if self.baseline_stats:
1175+
self.log(f"Using --baseline-stats-path={self.options.baseline_stats_path}")
11741176
self.log("Doctesting %s%s%s." % (filestr, threads, iterations))
11751177
self.reporter = DocTestReporter(self)
11761178
self.dispatcher = DocTestDispatcher(self)

0 commit comments

Comments
 (0)