texinfo-commits
[Top][All Lists]
Advanced

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

[5365] Make res directory.


From: Patrice Dumas
Subject: [5365] Make res directory.
Date: Sun, 08 Sep 2013 18:23:48 +0000

Revision: 5365
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5365
Author:   pertusus
Date:     2013-09-08 18:23:47 +0000 (Sun, 08 Sep 2013)
Log Message:
-----------
Make res directory.
Do all tests in long_tests.

Modified Paths:
--------------
    trunk/texi2html/test/long_tests
    trunk/texi2html/test/run_test_all.sh

Modified: trunk/texi2html/test/long_tests
===================================================================
--- trunk/texi2html/test/long_tests     2013-09-07 23:54:27 UTC (rev 5364)
+++ trunk/texi2html/test/long_tests     2013-09-08 18:23:47 UTC (rev 5365)
@@ -9,5 +9,5 @@
   srcdir=.
 fi
 
-"$srcdir"/tests.sh \
+"$srcdir"/tests.sh all \
  misc manuals xemacs_manual texi2html_manual tar_manual singular_manual

Modified: trunk/texi2html/test/run_test_all.sh
===================================================================
--- trunk/texi2html/test/run_test_all.sh        2013-09-07 23:54:27 UTC (rev 
5364)
+++ trunk/texi2html/test/run_test_all.sh        2013-09-08 18:23:47 UTC (rev 
5365)
@@ -112,6 +112,11 @@
         dir_suffix=`echo $command_dir | cut -d':' -f2`
         outdir="${out_dir}${dir_suffix}/"
         resdir="${res_dir}${dir_suffix}/"
+        if [ -d "$resdir" ]; then
+          :
+        else
+          mkdir "$resdir"
+        fi
         if [ -d "${outdir}$dir" ]; then
           if [ -d "${resdir}$dir" ]; then
           # ugly hack to avoid CVS and .svn




reply via email to

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