[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * Pod-Simple-Texinfo/prove.sh: remove -w from pro
From: |
Patrice Dumas |
Subject: |
branch master updated: * Pod-Simple-Texinfo/prove.sh: remove -w from prove arguments for old prove. Report from Eli Zaretskii. |
Date: |
Sun, 23 Oct 2022 17:25:27 -0400 |
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 bcc831f081 * Pod-Simple-Texinfo/prove.sh: remove -w from prove
arguments for old prove. Report from Eli Zaretskii.
bcc831f081 is described below
commit bcc831f0819337c69ec01013920339fde1facfee
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Oct 23 23:25:11 2022 +0200
* Pod-Simple-Texinfo/prove.sh: remove -w from prove arguments for old
prove. Report from Eli Zaretskii.
---
ChangeLog | 5 +++++
Pod-Simple-Texinfo/prove.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3f3f99f0b2..609fefed62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-23 Patrice Dumas <pertusus@free.fr>
+
+ * Pod-Simple-Texinfo/prove.sh: remove -w from prove arguments for old
+ prove. Report from Eli Zaretskii.
+
2022-10-23 Patrice Dumas <pertusus@free.fr>
* tp/tests/run_parser_all.sh (check_need_command_line_unicode),
diff --git a/Pod-Simple-Texinfo/prove.sh b/Pod-Simple-Texinfo/prove.sh
index e681382eee..40e94f4a99 100755
--- a/Pod-Simple-Texinfo/prove.sh
+++ b/Pod-Simple-Texinfo/prove.sh
@@ -16,7 +16,7 @@ fi
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/ \
+prove -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 ../tp \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * Pod-Simple-Texinfo/prove.sh: remove -w from prove arguments for old prove. Report from Eli Zaretskii.,
Patrice Dumas <=