[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6198] Remove tests scripts now in subdirectories.
From: |
Patrice Dumas |
Subject: |
[6198] Remove tests scripts now in subdirectories. |
Date: |
Sun, 29 Mar 2015 20:02:11 +0000 |
Revision: 6198
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6198
Author: pertusus
Date: 2015-03-29 20:02:10 +0000 (Sun, 29 Mar 2015)
Log Message:
-----------
Remove tests scripts now in subdirectories.
Removed Paths:
-------------
trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh
trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh
trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh
trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh
Deleted: trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh 2015-03-29
19:59:32 UTC (rev 6197)
+++ trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh 2015-03-29
20:02:10 UTC (rev 6198)
@@ -1,31 +0,0 @@
-#! /bin/sh
-
-if test z"$srcdir" = "z"; then
- srcdir=.
-fi
-
-command=run_parser_all.sh
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
-dir=htmlxref-only_mono
-arg='htmlxref'
-name='htmlxref'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/"$command" -dir $dir $arg
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-
Deleted: trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
2015-03-29 19:59:32 UTC (rev 6197)
+++ trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
2015-03-29 20:02:10 UTC (rev 6198)
@@ -1,31 +0,0 @@
-#! /bin/sh
-
-if test z"$srcdir" = "z"; then
- srcdir=.
-fi
-
-command=run_parser_all.sh
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
-dir=htmlxref-only_mono
-arg='htmlxref_nodes'
-name='htmlxref_nodes'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/"$command" -dir $dir $arg
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-
Deleted: trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh 2015-03-29
19:59:32 UTC (rev 6197)
+++ trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh 2015-03-29
20:02:10 UTC (rev 6198)
@@ -1,31 +0,0 @@
-#! /bin/sh
-
-if test z"$srcdir" = "z"; then
- srcdir=.
-fi
-
-command=run_parser_all.sh
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
-dir=htmlxref-only_split
-arg='htmlxref'
-name='htmlxref'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/"$command" -dir $dir $arg
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-
Deleted: trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
2015-03-29 19:59:32 UTC (rev 6197)
+++ trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
2015-03-29 20:02:10 UTC (rev 6198)
@@ -1,31 +0,0 @@
-#! /bin/sh
-
-if test z"$srcdir" = "z"; then
- srcdir=.
-fi
-
-command=run_parser_all.sh
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
-dir=htmlxref-only_split
-arg='htmlxref_nodes'
-name='htmlxref_nodes'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/"$command" -dir $dir $arg
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-
Deleted: trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh 2015-03-29 19:59:32 UTC
(rev 6197)
+++ trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh 2015-03-29 20:02:10 UTC
(rev 6198)
@@ -1,31 +0,0 @@
-#! /bin/sh
-
-if test z"$srcdir" = "z"; then
- srcdir=.
-fi
-
-command=run_parser_all.sh
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
-dir=htmlxref
-arg='htmlxref'
-name='htmlxref'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/"$command" -dir $dir $arg
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-
Deleted: trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh 2015-03-29
19:59:32 UTC (rev 6197)
+++ trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh 2015-03-29
20:02:10 UTC (rev 6198)
@@ -1,31 +0,0 @@
-#! /bin/sh
-
-if test z"$srcdir" = "z"; then
- srcdir=.
-fi
-
-command=run_parser_all.sh
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-
-if test "z$LONG_TESTS" = z"yes"; then
- echo "Skipping short tests because we are only doing long tests"
- exit 77
-fi
-dir=htmlxref
-arg='htmlxref_nodes'
-name='htmlxref_nodes'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/"$command" -dir $dir $arg
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6198] Remove tests scripts now in subdirectories.,
Patrice Dumas <=