Skip to content

Commit e31073e

Browse files
committed
tests: rename ipynbdoctest.py as ipynbdoctest
1 parent c376ad2 commit e31073e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/notebooks/local.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ check-doc:
214214
EXTRA_DIST += %D%/check-notebooks
215215

216216
# Check input/output in the notebooks.
217-
IPYNBDOCTEST = $(srcdir)/tests/bin/ipynbdoctest.py
217+
IPYNBDOCTEST = $(srcdir)/tests/bin/ipynbdoctest
218218
vcsn_python += $(IPYNBDOCTEST)
219219
TEST_EXTENSIONS += .ipynb
220220
IPYNB_LOG_DRIVER = $(TAP_DRIVER)

libexec/vcsn-ps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ def user_proc(proc):
4747
# The cmdline is something like
4848
# ['/opt/local/Library/Frameworks/Python.framework/Versions/3.5/'
4949
# 'Resources/Python.app/Contents/MacOS/Python',
50-
# '/Users/akim/src/lrde/2/tests/bin/ipynbdoctest.py', '--tap',
50+
# '/Users/akim/src/lrde/2/tests/bin/ipynbdoctest', '--tap',
5151
# '/Users/akim/src/lrde/2/doc/notebooks/Spell-checker.ipynb'].
5252
# There are three lines for each notebook, the two others are the
5353
# shell running tap-driver.sh. So keep only the line without
5454
# tap-driver.
55-
m = search(r'ipynbdoctest.py --tap (?:.*?/)?([^/]*\.ipynb)', cmd)
55+
m = search(r'ipynbdoctest --tap (?:.*?/)?([^/]*\.ipynb)', cmd)
5656
if m and 'tap-driver.sh' not in cmd:
5757
title, message = 'CHECK', m.group(1)
5858
print_proc(title, message, proc)
File renamed without changes.

0 commit comments

Comments
 (0)