[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * Pod-Simple-Texinfo/prove.sh: -I ../tp for Texin
From: |
Patrice Dumas |
Subject: |
branch master updated: * Pod-Simple-Texinfo/prove.sh: -I ../tp for Texinfo::ModulePath in builddir |
Date: |
Sun, 16 Jan 2022 16:30:43 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 0d87f2f6a8 * Pod-Simple-Texinfo/prove.sh: -I ../tp for
Texinfo::ModulePath in builddir
0d87f2f6a8 is described below
commit 0d87f2f6a87b3e7e243e3763ec8d457b42fe6b30
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 16 22:30:32 2022 +0100
* Pod-Simple-Texinfo/prove.sh: -I ../tp for Texinfo::ModulePath in builddir
---
ChangeLog | 4 ++++
Pod-Simple-Texinfo/prove.sh | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d7b14e5ead..5bf95fa07a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-16 Patrice Dumas <pertusus@free.fr>
+
+ * Pod-Simple-Texinfo/prove.sh: -I ../tp for Texinfo::ModulePath in
builddir
+
2022-01-16 Patrice Dumas <pertusus@free.fr>
Put texinfo_document.pot in git and update po files
diff --git a/Pod-Simple-Texinfo/prove.sh b/Pod-Simple-Texinfo/prove.sh
index 5ed0c9f98a..e681382eee 100755
--- a/Pod-Simple-Texinfo/prove.sh
+++ b/Pod-Simple-Texinfo/prove.sh
@@ -14,8 +14,10 @@ fi
#prove -I "$tpdir" -I "$srcdir"/lib "$srcdir"/t/*.t
tpdir=$srcdir/../tp
+# the last -I ../tp is here to find modules in the build directory, which
should
+# be the case for Texinfo::ModulePath
prove -w -I "$tpdir" -I "$tpdir"/maintain/lib/Unicode-EastAsianWidth/lib/ \
-I "$tpdir"/maintain/lib/libintl-perl/lib \
-I "$tpdir"/maintain/lib/Text-Unidecode/lib/ \
- -I "$srcdir"/lib \
+ -I "$srcdir"/lib -I ../tp \
"$srcdir"/t/*.t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * Pod-Simple-Texinfo/prove.sh: -I ../tp for Texinfo::ModulePath in builddir,
Patrice Dumas <=