SF.net SVN: docutils:[10140] trunk/sandbox/infrastructure/set_version.sh
grubert--- via Docutils-checkins <[email protected]> Thu, 22 May 2025 19:54:00 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10140
http://sourceforge.net/p/docutils/code/10140
Author: grubert
Date: 2025-05-22 19:53:59 +0000 (Thu, 22 May 2025)
Log Message:
-----------
add test_manpage.py
Modified Paths:
--------------
trunk/sandbox/infrastructure/set_version.sh
Modified: trunk/sandbox/infrastructure/set_version.sh
===================================================================
--- trunk/sandbox/infrastructure/set_version.sh 2025-05-22 19:52:06 UTC (rev 10139)
+++ trunk/sandbox/infrastructure/set_version.sh 2025-05-22 19:53:59 UTC (rev 10140)
@@ -42,7 +42,7 @@
echo Determining list of files to be changed...
# BUG ls lists directories but does not descend
# (try ls --recursive)
- files="docutils/__init__.py setup.py README.rst `$svn ls test/functional/expected/ | sed 's|^|test/functional/expected/|'`"
+ files="docutils/__init__.py setup.py README.rst test/test_writers/test_manpage.py `$svn ls test/functional/expected/ | sed 's|^|test/functional/expected/|'`"
echo "Now I'll change the version identifier to ${2} in the following files:"
echo $files
echo 'and update the version_info in docutils/__init__.py.'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.