File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ check-doc:
214214EXTRA_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
218218vcsn_python += $(IPYNBDOCTEST )
219219TEST_EXTENSIONS += .ipynb
220220IPYNB_LOG_DRIVER = $(TAP_DRIVER )
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments