texinfo-commits
[Top][All Lists]
Advanced

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

[7036] remove unused files for running tests


From: Gavin D. Smith
Subject: [7036] remove unused files for running tests
Date: Sat, 27 Feb 2016 17:18:52 +0000

Revision: 7036
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7036
Author:   gavin
Date:     2016-02-27 17:17:09 +0000 (Sat, 27 Feb 2016)
Log Message:
-----------
remove unused files for running tests

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/Makefile.am

Removed Paths:
-------------
    trunk/tp/tests/long_tests.sh
    trunk/tp/tests/parser_base_tests
    trunk/tp/tests/tex_html_tests.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-02-27 16:59:22 UTC (rev 7035)
+++ trunk/ChangeLog     2016-02-27 17:17:09 UTC (rev 7036)
@@ -1,5 +1,12 @@
 2016-02-27  Gavin Smith  <address@hidden>
 
+       * tp/tests/long-tests.sh,
+       * tp/tests/tex_html_tests.sh,
+       * tp/tests/parser_base_tests: Remove unused scripts for running 
+       tests.
+
+2016-02-27  Gavin Smith  <address@hidden>
+
        * po/Makevars, po_document/Makevars (DIST_DEPENDS_ON_UPDATE_PO): Set
        to "no" to prevent "make distcheck" or "make dist" dirtying the
        output of "svn diff".

Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am  2016-02-27 16:59:22 UTC (rev 7035)
+++ trunk/tp/tests/Makefile.am  2016-02-27 17:17:09 UTC (rev 7036)
@@ -104,9 +104,8 @@
 coverage_macro-cr.texi: coverage_macro.texi
        sed 's/$$/\r/' $(srcdir)/coverage_macro.texi > $@
 
-old_test_scripts = parser_base_tests long_tests.sh tex_html_tests.sh
 EXTRA_DIST = run_parser_all.sh parser_tests.sh \
- $(old_test_scripts) $(one_test_files_generated_list) coverage_macro.texi \
+ $(one_test_files_generated_list) coverage_macro.texi \
  coverage_macro-cr.texi $(other_tests) reference
 
 DISTCLEANFILES = unknown_nodes_renamed-noderename.cnf \

Deleted: trunk/tp/tests/long_tests.sh
===================================================================
--- trunk/tp/tests/long_tests.sh        2016-02-27 16:59:22 UTC (rev 7035)
+++ trunk/tp/tests/long_tests.sh        2016-02-27 17:17:09 UTC (rev 7036)
@@ -1,22 +0,0 @@
-#! /bin/sh
-# $Id$
-# Copyright 2010, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.
-
-test -z "$srcdir" && srcdir=.
-
-if test "z$LONG_TESTS" != z'yes' && test "z$ALL_TESTS" != z'yes'; then
-  echo "Skipping long tests that take a lot of time to run"
-  exit 77
-fi
-
-if test "z$TEX_HTML_TESTS" = z'yes'; then
-  echo "Skipping long tests, only doing HTML TeX tests"
-  exit 77
-fi
-
-"$srcdir"/parser_tests.sh "$@" \
- sectioning coverage indices nested_formats contents layout

Deleted: trunk/tp/tests/parser_base_tests
===================================================================
--- trunk/tp/tests/parser_base_tests    2016-02-27 16:59:22 UTC (rev 7035)
+++ trunk/tp/tests/parser_base_tests    2016-02-27 17:17:09 UTC (rev 7036)
@@ -1,20 +0,0 @@
-#! /bin/sh
-# $Id$
-# Copyright 2010, 2012 Free Software Foundation, Inc.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.
-
-if test z"$srcdir" = 'z'; then
-  srcdir=.
-fi
-
-if test "z$LONG_TESTS" = z'yes'; then
-  echo "Skipping short tests because we are only doing long tests"
-  exit 77
-fi
-
-"$srcdir"/parser_tests.sh "$@" \
- formatting \
- htmlxref htmlxref-only_mono htmlxref-only_split

Deleted: trunk/tp/tests/tex_html_tests.sh
===================================================================
--- trunk/tp/tests/tex_html_tests.sh    2016-02-27 16:59:22 UTC (rev 7035)
+++ trunk/tp/tests/tex_html_tests.sh    2016-02-27 17:17:09 UTC (rev 7036)
@@ -1,19 +0,0 @@
-#! /bin/sh
-# $Id$
-# Copyright 2010, 2012 Free Software Foundation, Inc.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.
-
-if test z"$srcdir" = 'z'; then
-  srcdir=.
-fi
-
-if test "z$TEX_HTML_TESTS" != z'yes'; then
-  echo "Skipping HTML TeX tests that are not easily reproducible"
-  exit 77
-fi
-
-"$srcdir"/parser_tests.sh "$@" \
- tex_html




reply via email to

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