texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8324] srcdir in defs


From: gavinsmith0123
Subject: [8324] srcdir in defs
Date: Thu, 18 Oct 2018 07:55:00 -0400 (EDT)

Revision: 8324
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8324
Author:   gavin
Date:     2018-10-18 07:55:00 -0400 (Thu, 18 Oct 2018)
Log Message:
-----------
srcdir in defs

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/defs.in
    trunk/tp/maintain/all_tests.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-18 11:35:53 UTC (rev 8323)
+++ trunk/ChangeLog     2018-10-18 11:55:00 UTC (rev 8324)
@@ -1,3 +1,8 @@
+2018-10-18  Gavin Smith  <address@hidden>
+
+       * tp/defs.in: Add srcdir.
+       * tp/maintain/all_tests.sh (generate): Run test scripts in srcdir.
+
 2018-10-17  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Common.pm (parse_node_manual): Don't lose a leading (

Modified: trunk/tp/defs.in
===================================================================
--- trunk/tp/defs.in    2018-10-18 11:35:53 UTC (rev 8323)
+++ trunk/tp/defs.in    2018-10-18 11:55:00 UTC (rev 8324)
@@ -2,3 +2,4 @@
 PERL="@PERL@"
 DIFF_U_OPTION="@DIFF_U_OPTION@"
 DIFF_A_OPTION="@DIFF_A_OPTION@"
+srcdir="@srcdir@"

Modified: trunk/tp/maintain/all_tests.sh
===================================================================
--- trunk/tp/maintain/all_tests.sh      2018-10-18 11:35:53 UTC (rev 8323)
+++ trunk/tp/maintain/all_tests.sh      2018-10-18 11:55:00 UTC (rev 8324)
@@ -53,7 +53,7 @@
   . ./defs || exit 1
 
   if [ "$command" = 'generate' ]; then
-    for file in t/*.t; do
+    for file in $srcdir/t/*.t; do
       set -e
       $PERL -w $file -g
     done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]