texinfo-commits
[Top][All Lists]
Advanced

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

[8226] run_parser_all.sh


From: gavinsmith0123
Subject: [8226] run_parser_all.sh
Date: Mon, 24 Sep 2018 06:23:51 -0400 (EDT)

Revision: 8226
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8226
Author:   gavin
Date:     2018-09-24 06:23:51 -0400 (Mon, 24 Sep 2018)
Log Message:
-----------
run_parser_all.sh

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/run_parser_all.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-24 10:17:43 UTC (rev 8225)
+++ trunk/ChangeLog     2018-09-24 10:23:51 UTC (rev 8226)
@@ -1,5 +1,10 @@
 2018-09-24  Gavin Smith  <address@hidden>
 
+       * tp/tests/run_parser_all.sh: Don't store string 
+       "raw_out_parser" in a variable.
+
+2018-09-24  Gavin Smith  <address@hidden>
+
        * tp/tests/run_parser_all.sh: Only use flags for latex2html in 
        the latex2html tests.
 

Modified: trunk/tp/tests/run_parser_all.sh
===================================================================
--- trunk/tp/tests/run_parser_all.sh    2018-09-24 10:17:43 UTC (rev 8225)
+++ trunk/tp/tests/run_parser_all.sh    2018-09-24 10:23:51 UTC (rev 8226)
@@ -186,7 +186,6 @@
 
 res_dir=res_parser
 out_dir=out_parser
-# used for tex4ht and latex2html results to keep their raw output
 raw_out_dir=raw_out_parser
 diffs_dir=diffs
 
@@ -257,7 +256,7 @@
       for command_dir in $commands; do
         dir_suffix=`echo $command_dir | cut -d':' -f2`
         outdir="$testdir/${out_dir}${dir_suffix}/"
-        raw_outdir="$testdir/${raw_out_dir}${dir_suffix}/"
+        raw_outdir="$testdir/raw_out_parser${dir_suffix}/"
         [ -d "${outdir}$dir" ] && rm -rf "${outdir}$dir"
         [ -d "${raw_outdir}$dir" ] && rm -rf "${raw_outdir}$dir"
       done
@@ -384,7 +383,7 @@
         rm -rf $staging_dir_res$dir/CVS $staging_dir_res$dir/.svn
 
         # store raw output
-        raw_outdir="$testdir/${raw_out_dir}${dir_suffix}/"
+        raw_outdir="$testdir/raw_out_parser${dir_suffix}/"
         test -d "${raw_outdir}" || mkdir "${raw_outdir}"
         rm -rf "${raw_outdir}$dir"
 




reply via email to

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