]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests defs: more namespace-safeness
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 10 Sep 2011 19:59:09 +0000 (21:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 10 Sep 2011 21:22:03 +0000 (23:22 +0200)
($using_tap): Renamed ...
($am_using_tap): ... to this.
($parallel_tests): Renamed ...
($am_parallel_tests): ... to this.
($test_prefer_config_shell): Renamed ...
($am_test_prefer_config_shell): ... to this.
($original_AUTOMAKE): Renamed ...
($am_original_AUTOMAKE): ... to this.
($original_ACLOCAL): Renamed ...
($am_original_ACLOCAL): ... to this.
* tests/defs, tests/defs-static.in, tests/gen-testsuite-part,
tests/README, and all callers: Adjusted.
* tests/Makefile.am (AM_TESTS_ENVIRONMENT): Adjust, and rewrite
to make future adjustments easier.
* tests/defs (funcs_file_): Renamed ...
(am_funcs_file): ... to this.
* Makefile.am (sc_tests_obsolete_variables): New maintainer
check.
(syntax_check_rules): Add it.

189 files changed:
ChangeLog
Makefile.am
Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/README
tests/am-tests-environment.test
tests/amopts-variable-expansion.test
tests/backcompat5.test
tests/check-concurrency-bug9245.test
tests/check-exported-srcdir.test
tests/check-fd-redirect.test
tests/check-no-test-driver.test
tests/check-subst.test
tests/check-tests-in-builddir.test
tests/check.test
tests/check10.test
tests/check11.test
tests/check12.test
tests/check2.test
tests/color.test
tests/color2.test
tests/cygnus-imply-foreign.test
tests/defs
tests/defs-static.in
tests/dejagnu.test
tests/gen-testsuite-part
tests/gnuwarn.test
tests/help.test
tests/help2.test
tests/help3.test
tests/help4.test
tests/parallel-tests-cmdline-override.test
tests/parallel-tests-console-output.test
tests/parallel-tests-driver-install.test
tests/parallel-tests-dry-run.test
tests/parallel-tests-empty-testlogs.test
tests/parallel-tests-exit-statuses.test
tests/parallel-tests-extra-programs.test
tests/parallel-tests-fd-redirect.test
tests/parallel-tests-fork-bomb.test
tests/parallel-tests-harderror.test
tests/parallel-tests-interrupt.tap
tests/parallel-tests-log-compiler-1.test
tests/parallel-tests-log-compiler-2.test
tests/parallel-tests-log-compiler-example.test
tests/parallel-tests-log-override-1.test
tests/parallel-tests-log-override-2.test
tests/parallel-tests-log-override-recheck.test
tests/parallel-tests-no-color-in-log.test
tests/parallel-tests-no-spurious-summary.test
tests/parallel-tests-once.test
tests/parallel-tests-reset-term.test
tests/parallel-tests-subdir.test
tests/parallel-tests-suffix-prog.test
tests/parallel-tests-suffix.test
tests/parallel-tests-unreadable.test
tests/parallel-tests.test
tests/parallel-tests10.test
tests/parallel-tests2.test
tests/parallel-tests3.test
tests/parallel-tests5.test
tests/parallel-tests6.test
tests/parallel-tests8.test
tests/parallel-tests9.test
tests/pr401.test
tests/pr401b.test
tests/pr401c.test
tests/self-check-env-sanitize.tap
tests/self-check-tap.test
tests/strictness-override.test
tests/strictness-precedence.test
tests/tap-ambiguous-directive.test
tests/tap-autonumber.test
tests/tap-bad-prog.tap
tests/tap-bailout-and-logging.test
tests/tap-bailout-suppress-badexit.test
tests/tap-bailout-suppress-later-diagnostic.test
tests/tap-bailout-suppress-later-errors.test
tests/tap-bailout.test
tests/tap-basic.test
tests/tap-color.test
tests/tap-common-setup.test
tests/tap-deps.test
tests/tap-diagnostic-custom.test
tests/tap-diagnostic.test
tests/tap-doc.test
tests/tap-doc2.test
tests/tap-driver-stderr.test
tests/tap-empty-diagnostic.test
tests/tap-empty.test
tests/tap-escape-directive-2.test
tests/tap-escape-directive.test
tests/tap-exit.test
tests/tap-fancy.test
tests/tap-fancy2.test
tests/tap-global-log.test
tests/tap-global-result.test
tests/tap-html.test
tests/tap-log.test
tests/tap-merge-stdout-stderr.test
tests/tap-missing-plan-and-bad-exit.test
tests/tap-more.test
tests/tap-more2.test
tests/tap-msg0-bailout.test
tests/tap-msg0-directive.test
tests/tap-msg0-misc.test
tests/tap-msg0-planskip.test
tests/tap-msg0-result.test
tests/tap-negative-numbers.test
tests/tap-no-disable-hard-error.test
tests/tap-no-merge-stdout-stderr.test
tests/tap-no-spurious-numbers.test
tests/tap-no-spurious-summary.test
tests/tap-no-spurious.test
tests/tap-not-ok-skip.test
tests/tap-number-wordboundary.test
tests/tap-numbers-leading-zero.test
tests/tap-numeric-description.test
tests/tap-out-of-order.test
tests/tap-passthrough-exit.test
tests/tap-passthrough.test
tests/tap-plan-corner.test
tests/tap-plan-errors.test
tests/tap-plan-leading-zero.test
tests/tap-plan-malformed.test
tests/tap-plan-middle.test
tests/tap-plan-whitespace.test
tests/tap-plan.test
tests/tap-planskip-and-logging.test
tests/tap-planskip-badexit.test
tests/tap-planskip-bailout.test
tests/tap-planskip-case-insensitive.test
tests/tap-planskip-late.test
tests/tap-planskip-later-errors.test
tests/tap-planskip-unplanned-corner.test
tests/tap-planskip-unplanned.test
tests/tap-planskip-whitespace.test
tests/tap-planskip.test
tests/tap-realtime.test
tests/tap-recheck-logs.test
tests/tap-recheck.test
tests/tap-result-comment.test
tests/tap-signal.tap
tests/tap-summary-aux.sh
tests/tap-test-number-0.test
tests/tap-todo-skip-together.test
tests/tap-todo-skip-whitespace.test
tests/tap-todo-skip.test
tests/tap-unplanned.test
tests/tap-whitespace-normalization.test
tests/tap-with-and-without-number.test
tests/tap-xfail-tests.test
tests/test-driver-create-log-dir.test
tests/test-driver-custom-html.test
tests/test-driver-custom-multitest-recheck.test
tests/test-driver-custom-multitest-recheck2.test
tests/test-driver-custom-multitest.test
tests/test-driver-custom-no-extra-driver.test
tests/test-driver-custom-no-html.test
tests/test-driver-custom-xfail-tests.test
tests/test-driver-custom.test
tests/test-driver-fail.test
tests/test-driver-strip-vpath.test
tests/test-driver-trs-suffix-registered.test
tests/test-harness-vpath-rewrite.test
tests/test-log.test
tests/test-logs-repeated.test
tests/test-metadata-global-log.test
tests/test-metadata-global-result.test
tests/test-metadata-recheck.test
tests/test-metadata-results.test
tests/test-missing.test
tests/test-missing2.test
tests/test-trs-basic.test
tests/test-trs-recover.test
tests/test-trs-recover2.test
tests/tests-environment-and-log-compiler.test
tests/tests-environment-backcompat.test
tests/tests-environment-fd-redirect.test
tests/testsuite-summary-checks.sh
tests/testsuite-summary-count-many.test
tests/testsuite-summary-reference-log.test
tests/warning-groups-win-over-strictness.test
tests/warnings-override.test
tests/warnings-precedence.test
tests/warnings-strictness-interactions.test
tests/warnings-unknown.test
tests/warnings-win-over-strictness.test

index c61f044df1164dca539ee26bf8849cef35493ec4..43b2a6ea554beba6a6e2efe627673205b6b9a5d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2011-09-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests defs: more namespace-safeness
+       ($using_tap): Renamed ...
+       ($am_using_tap): ... to this.
+       ($parallel_tests): Renamed ...
+       ($am_parallel_tests): ... to this.
+       ($test_prefer_config_shell): Renamed ...
+       ($am_test_prefer_config_shell): ... to this.
+       ($original_AUTOMAKE): Renamed ...
+       ($am_original_AUTOMAKE): ... to this.
+       ($original_ACLOCAL): Renamed ...
+       ($am_original_ACLOCAL): ... to this.
+       * tests/defs, tests/defs-static.in, tests/gen-testsuite-part,
+       tests/README, and all callers: Adjusted.
+       * tests/Makefile.am (AM_TESTS_ENVIRONMENT): Adjust, and rewrite
+       to make future adjustments easier.
+       * tests/defs (funcs_file_): Renamed ...
+       (am_funcs_file): ... to this.
+       * Makefile.am (sc_tests_obsolete_variables): New maintainer
+       check.
+       (syntax_check_rules): Add it.
+
 2011-09-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: avoid creating useless files in some test directories
index 6c8eff450ac08d90427fb80c1431f1fce853c394..cb6ecf5df99c12a4a4cc03b78881767e51d49ac8 100644 (file)
@@ -189,6 +189,7 @@ sc_perl_local_no_parens \
 sc_perl_local \
 sc_AMDEP_TRUE_in_automake_in \
 sc_tests_make_without_am_makeflags \
+sc_tests_obsolete_variables \
 sc_tests_plain_make \
 sc_tests_plain_autoconf \
 sc_tests_plain_autoupdate \
@@ -437,6 +438,34 @@ sc_tests_make_without_am_makeflags:
          exit 1; \
        fi
 
+## Look out for some obsolete variables.
+sc_tests_obsolete_variables:
+       @vars=" \
+         using_tap \
+         parallel_tests \
+         test_prefer_config_shell \
+         original_AUTOMAKE \
+         original_ACLOCAL \
+       "; \
+       seen=""; \
+       for v in $$vars; do \
+         if grep -E "\b$$v\b" \
+           $(srcdir)/tests/*.test \
+           $(srcdir)/tests/*.tap \
+           $(srcdir)/tests/*.sh \
+           $(srcdir)/tests/defs \
+           $(srcdir)/tests/defs-static.in \
+         ; then \
+           seen="$$seen $$v"; \
+         fi; \
+       done; \
+       if test -n "$$seen"; then \
+         for v in $$seen; do \
+           echo "Variable '$$v' is obsolete, use 'am_$$v' instead." 1>&2; \
+         done; \
+         exit 1; \
+       else :; fi
+
 ## Tests should never call make directly.
 sc_tests_plain_make:
        @if grep -v '^#' $(srcdir)/tests/*.test | $(EGREP) ':[  ]*make( |$$)'; then \
index 07f9808dc08b4701ee2ebe400f07934dee6132b5..a1a321a7c07f0fda9003dbbd1da12b31be306004 100644 (file)
@@ -318,6 +318,7 @@ sc_perl_local_no_parens \
 sc_perl_local \
 sc_AMDEP_TRUE_in_automake_in \
 sc_tests_make_without_am_makeflags \
+sc_tests_obsolete_variables \
 sc_tests_plain_make \
 sc_tests_plain_autoconf \
 sc_tests_plain_autoupdate \
@@ -1193,6 +1194,33 @@ sc_tests_make_without_am_makeflags:
          exit 1; \
        fi
 
+sc_tests_obsolete_variables:
+       @vars=" \
+         using_tap \
+         parallel_tests \
+         test_prefer_config_shell \
+         original_AUTOMAKE \
+         original_ACLOCAL \
+       "; \
+       seen=""; \
+       for v in $$vars; do \
+         if grep -E "\b$$v\b" \
+           $(srcdir)/tests/*.test \
+           $(srcdir)/tests/*.tap \
+           $(srcdir)/tests/*.sh \
+           $(srcdir)/tests/defs \
+           $(srcdir)/tests/defs-static.in \
+         ; then \
+           seen="$$seen $$v"; \
+         fi; \
+       done; \
+       if test -n "$$seen"; then \
+         for v in $$seen; do \
+           echo "Variable '$$v' is obsolete, use 'am_$$v' instead." 1>&2; \
+         done; \
+         exit 1; \
+       else :; fi
+
 sc_tests_plain_make:
        @if grep -v '^#' $(srcdir)/tests/*.test | $(EGREP) ':[  ]*make( |$$)'; then \
          echo 'Do not run "make" in the above tests.  Use "$$MAKE" instead.' 1>&2; \
index 51edc2f477ac6266a88bf51a9f6a3775abd1a3f5..01c325965021f39b9136977e631d750b8511f565 100644 (file)
@@ -53,13 +53,17 @@ txinfo5.test
 # Some testsuite-influential variables should be overridable from the
 # test scripts, but not from the environment.
 AM_TESTS_ENVIRONMENT = \
-  test x"$$me" = x || unset me; \
-  test x"$$required" = x || unset required; \
-  test x"$$using_tap" = x || unset using_tap; \
-  test x"$$parallel_tests" = x || unset parallel_tests; \
-  test x"$$test_prefer_config_shell" || unset test_prefer_config_shell; \
-  test x"$$original_AUTOMAKE" = x || unset original_AUTOMAKE; \
-  test x"$$original_ACLOCAL" = x || unset original_ACLOCAL;
+  for v in \
+    me \
+    required \
+    am_using_tap \
+    am_parallel_tests \
+    am_test_prefer_config_shell \
+    am_original_AUTOMAKE \
+    am_original_ACLOCAL \
+  ; do \
+    eval test x"\$${$$v}" = x || unset $$v; \
+  done;
 # The `AM_TESTS_REEXEC=no' setting tells the tests not to needlessly
 # re-execute themselves with the shell detected at configure time, since
 # we are already running them under it explicitly in our setup (see e.g.
index 5ae15b1bd4dd4c2621451731c42b8ee68ccfa5e0..c3bad88101f354757030d9217026cc1e387f7009 100644 (file)
@@ -323,13 +323,10 @@ txinfo5.test
 # re-execute themselves with the shell detected at configure time, since
 # we are already running them under it explicitly in our setup (see e.g.
 # the definition of TEST_LOG_COMPILER above).
-AM_TESTS_ENVIRONMENT = test x"$$me" = x || unset me; test \
-       x"$$required" = x || unset required; test x"$$using_tap" = x \
-       || unset using_tap; test x"$$parallel_tests" = x || unset \
-       parallel_tests; test x"$$test_prefer_config_shell" || unset \
-       test_prefer_config_shell; test x"$$original_AUTOMAKE" = x || \
-       unset original_AUTOMAKE; test x"$$original_ACLOCAL" = x || \
-       unset original_ACLOCAL; AM_TESTS_REEXEC=no; export \
+AM_TESTS_ENVIRONMENT = for v in me required am_using_tap \
+       am_parallel_tests am_test_prefer_config_shell \
+       am_original_AUTOMAKE am_original_ACLOCAL ; do eval test \
+       x"\$${$$v}" = x || unset $$v; done; AM_TESTS_REEXEC=no; export \
        AM_TESTS_REEXEC; stderr_fileno_=9; export stderr_fileno_;
 # We want warning messages and explanations for skipped tests to go to
 # the console if possible, so set up `stderr_fileno_' properly.
index b6dd45ca676d6cee4b289001e56e9107943a825a..980299d09d3a1e026fff6186280b4320850978dd 100644 (file)
@@ -184,9 +184,9 @@ Do
   instead.
 
   For tests that use the `parallel-tests' Automake option, set the shell
-  variable `parallel_tests' to "yes" before including ./defs.  For tests
+  variable `am_parallel_tests' to "yes" before including ./defs.  For tests
   that are *not* meant to work with the `parallel-tests' Automake option
-  (these should be very very few), set the shell variable `parallel_tests'
+  (these should be very very few), set the shell variable `am_parallel_tests'
   to "no" before including ./defs.
 
   Some tests in the Automake testsuite are auto-generated; those tests
index 8ad74814242d1c56ff8d0d59e4d57b4fe7b17193..524d8d2d0d5ff4fff6d023375c90b08cf0fe40a1 100755 (executable)
@@ -17,7 +17,7 @@
 # parallel-tests: check AM_TESTS_ENVIRONMENT support, and its
 # interactions with TESTS_ENVIRONMENT.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 57512cc7cef6bd81caf0b4c4d05a08a455b621ad..05fe6c82a3431f30542bfb4bc303aacebd93df95 100755 (executable)
@@ -19,7 +19,7 @@
 . ./defs || Exit 1
 
 # We want complete control over automake options.
-AUTOMAKE=$original_AUTOMAKE
+AUTOMAKE=$am_original_AUTOMAKE
 
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
index bfa45b249debe5da2ea1325578b5b6dd1b76ecab..0e57db4634874a528a5d251d1ac83a13fcf56835 100755 (executable)
@@ -19,7 +19,7 @@
 # This script can also serve as mild stress-testing for Automake.
 # See also the similar test `backcompat6.test'.
 
-parallel_tests=no
+am_parallel_tests=no
 . ./defs || Exit 1
 
 # Yuck!
index e5dd1535bdff1a2dedfd804bd40300a02497ca24..966b7a66188414d6a1a0f1e03897f745042fe7a6 100755 (executable)
@@ -48,7 +48,7 @@ $MAKE -j1 || Exit 77
 for j in '' -j1 -j2; do
   $MAKE $j check && Exit 1
   TESTS=foo.test $MAKE $j -e check && Exit 1
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
     $MAKE $j recheck && Exit 1
     TEST_LOGS=foo.log $MAKE $j -e check && Exit 1
     rm -f test-suite.log
index 6d173200b587ce31bc202b8c3f829bc493d10c84..7088de47e68ea02b395443bb8279702c981e4b36 100755 (executable)
@@ -22,7 +22,7 @@
 
 show_info ()
 {
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
      cat foo.log
      cat test-suite.log
   else
index 6da870442a507421c58c19eef57d9a99d69c6aff..fb952b4430f0d37dde3fdece67ee5c9a492a6452 100755 (executable)
@@ -50,7 +50,7 @@ do_check ()
   cat stdout
   cat stderr >&2
   cat four
-  test x"$parallel_tests" != x"yes" || cat foo.log
+  test x"$am_parallel_tests" != x"yes" || cat foo.log
   test $st -eq 0
   grep '[ /]foo\.test: foofoofoo$' stdout
   grep '[ /]foo\.test: barbarbar$' stderr
index fc1e89b99c967bf0a0f9369a27e43f448755a378..94069170ae9bbe4e1ac5d2fd9aad97456ef93083 100755 (executable)
@@ -18,7 +18,7 @@
 # installed or referenced when the 'parallel-tests' option is not
 # used.
 
-parallel_tests=no
+am_parallel_tests=no
 . ./defs || Exit 1
 
 echo 'TESTS = foo.test' > Makefile.am
index 63ed689cc8f79990482712ceb93729dcae4e6f2d..9e31b9a641e38a2ec0fb379fc0f6c06f1105e630 100755 (executable)
@@ -32,7 +32,7 @@ TESTS = pass-script.test xfail-script.test @script_tests@
 XFAIL_TESTS = @xfail_tests@
 END
 
-if test "$parallel_tests" = yes; then
+if test "$am_parallel_tests" = yes; then
   unindent >> Makefile.am <<'END'
     TEST_EXTENSIONS = .sh .test
     SH_LOG_COMPILER = $(SHELL)
@@ -51,7 +51,7 @@ cp pass-script.test subst-pass-script.sh
 cp xfail-script.test subst-xfail-script.sh
 chmod a+x pass-script.test xfail-script.test
 
-if test "$parallel_tests" != yes; then
+if test "$am_parallel_tests" != yes; then
   chmod a+x subst-pass-script.sh subst-xfail-script.sh
 fi
 
@@ -72,7 +72,7 @@ for vpath in false : ; do
   $srcdir/configure
   $MAKE all
   $MAKE check
-  if test "$parallel_tests" = yes; then
+  if test "$am_parallel_tests" = yes; then
     ls -l
     test -f pass-script.log
     test -f xfail-script.log
index 9182ac20b25f0e411862f706f04fc160418b414d..2cf6f0b7073cf314f6bd14cc7c1b0cc33045f19c 100755 (executable)
@@ -55,7 +55,7 @@ $MAKE check >out 2>&1 || { cat out; Exit1; }
 cat out
 # The simple-tests driver does not strip VPATH components from
 # the name of the test, but the parallel-tests driver should.
-if test x"$parallel_tests" = x"yes"; then
+if test x"$am_parallel_tests" = x"yes"; then
   grep '\.\./foo' out && Exit 1
   grep '^PASS: foo.test *$' out
 else
@@ -68,7 +68,7 @@ rm -f test-suite.log foo.log bar.log
 FOO_EXIT_STATUS=1 $MAKE check >out 2>&1 && { cat out; Exit1; }
 cat out
 # See comments above.
-if test x"$parallel_tests" = x"yes"; then
+if test x"$am_parallel_tests" = x"yes"; then
   grep '\.\./foo' out && Exit 1
   grep '^FAIL: foo.test *$' out
 else
index f18bb0ac6dfa2e5abc7bc8d3cf7194a309b7cd69..fc81903c24db1da1f4a4ca52e99fe717cd96cb7e 100755 (executable)
@@ -22,7 +22,7 @@ cat > Makefile.am << 'END'
 TESTS = frob.test
 END
 
-test x"$parallel_tests" != x"yes" || : > test-driver
+test x"$am_parallel_tests" != x"yes" || : > test-driver
 
 : > frob.test
 
index 37f9d08cf80808e060658566785b37d9aa5273f6..54f882a81abf553ce7d103e7fb7739b6cc02c57b 100755 (executable)
@@ -17,7 +17,7 @@
 # Check singular and plural in test summaries.
 
 # This test only makes sense for the older serial testsuite driver.
-parallel_tests=no
+am_parallel_tests=no
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index bd6be34203539e8540926d06ee4b39fdbaca43d9..f419bfd5e26bf38075d4ac476fd76ca47e3bd8bf 100755 (executable)
@@ -41,7 +41,7 @@ $AUTOMAKE -a
 
 env TESTS=skip $MAKE -e check >stdout || { cat stdout; Exit 1; }
 cat stdout
-if test x"$parallel_tests" = x"yes"; then
+if test x"$am_parallel_tests" = x"yes"; then
   count_test_results total=1 pass=0 fail=0 skip=1 xfail=0 xpass=0 error=0
 else
   grep '1.*passed' stdout && Exit 1
@@ -50,7 +50,7 @@ fi
 
 env TESTS="skip skip2" $MAKE -e check >stdout || { cat stdout; Exit 1; }
 cat stdout
-if test x"$parallel_tests" = x"yes"; then
+if test x"$am_parallel_tests" = x"yes"; then
   count_test_results total=2 pass=0 fail=0 skip=2 xfail=0 xpass=0 error=0
 else
   grep '2.*passed' stdout && Exit 1
index e36a94da3962e52cf5cdb368d8dc36368cd46d43..be4d84e9ad628b61f34ad4edd00fbebd09dbeae3 100755 (executable)
@@ -136,7 +136,7 @@ for vpath in : false; do
   test -f spanner.log
   test -f spanner.sum
   # This checks will be run only by the autogenerated `check12-p.test'.
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
     test -f test-suite.log
     test -f a.log
     test -f b.log
@@ -170,7 +170,7 @@ for vpath in : false; do
 
   B_EXIT_STATUS=1 $MAKE check && Exit 1
   # This checks will be run only by the autogenerated `check12-p.test'.
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
     cat test-suite.log
     cat a.log
     cat b.log
@@ -193,7 +193,7 @@ for vpath in : false; do
   grep 'FAIL: test_hammer' hammer.sum
   grep 'FAIL:' spanner.sum && Exit 1
   # This checks will be run only by the autogenerated `check12-p.test'.
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
     cat test-suite.log
     cat a.log
     cat b.log
index 0424bf88ac33b37d793a873adb11c9bebf36d4b1..ec6132d2d1de002cc8cacdd137a290b2a522684e 100755 (executable)
@@ -43,7 +43,7 @@ echo.sh:
 CLEANFILES = echo.sh
 END
 
-if test x"$parallel_tests" = x"yes"; then
+if test x"$am_parallel_tests" = x"yes"; then
   cp "$am_scriptdir/test-driver" .
 fi
 
index 12c123806c6c0721ab614f87e6230889f06e54c4..1313b7a11b4f40955017db574cd7de3a26290fb1 100755 (executable)
@@ -88,7 +88,7 @@ test_color ()
   cat stdout | grep "^${red}XPASS${std}: .*xpass"
   # The old serial testsuite driver doesn't distinguish between failures
   # and hard errors.
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
     cat stdout | grep "^${mgn}ERROR${std}: .*error"
   else
     cat stdout | grep "^${red}FAIL${std}: .*error"
index 96eac46c0c73b884f92ac37d74e43969c5721dbd..e143be9b5861e0c8e8fc13463447687c102142f7 100755 (executable)
@@ -99,7 +99,7 @@ test_color ()
   cat stdout | grep "^${red}XPASS${std}: .*xpass"
   # The old serial testsuite driver doesn't distinguish between failures
   # and hard errors.
-  if test x"$parallel_tests" = x"yes"; then
+  if test x"$am_parallel_tests" = x"yes"; then
     cat stdout | grep "^${mgn}ERROR${std}: .*error"
   else
     cat stdout | grep "^${red}FAIL${std}: .*error"
index 1a8d7d3ba738c4af39b967e2eaab95f87ddda954..51a11f94ef2739999b2135ca1812b0f865e8d083 100755 (executable)
@@ -29,7 +29,7 @@ $ACLOCAL
 
 # We want complete control automake flags, while honouring the
 # user overrides for $AUTOMAKE.
-AUTOMAKE=$original_AUTOMAKE
+AUTOMAKE=$am_original_AUTOMAKE
 
 # Sanity check: gnu mode must complain about missing files and
 # portability problems.
index d50cb393a1593c6cd2e2e13ffcb24d88138d50eb..85835fc233b71700411ab8806e4ecbd9d2943fbc 100644 (file)
@@ -122,7 +122,7 @@ esac
 ## ----------------------- ##
 
 echo "Running from installcheck: $am_running_installcheck"
-echo "Using TAP: $using_tap"
+echo "Using TAP: $am_using_tap"
 echo "PATH = $PATH"
 
 
@@ -201,22 +201,22 @@ Exit ()
   (exit $1); exit $1
 }
 
-if test $using_tap = yes; then
-  funcs_file_=tap-functions.sh
+if test $am_using_tap = yes; then
+  am_funcs_file=tap-functions.sh
 else
-  funcs_file_=plain-functions.sh
+  am_funcs_file=plain-functions.sh
 fi
 
-if test -f "$testsrcdir/$funcs_file_"; then
-  . "$testsrcdir/$funcs_file_" || {
-    echo "$me: error sourcing $testsrcdir/$funcs_file_" >&2
+if test -f "$testsrcdir/$am_funcs_file"; then
+  . "$testsrcdir/$am_funcs_file" || {
+    echo "$me: error sourcing $testsrcdir/$am_funcs_file" >&2
     Exit 99
   }
 else
-  echo "$me: $testsrcdir/$funcs_file_ not found, check \$testsrcdir" >&2
+  echo "$me: $testsrcdir/$am_funcs_file not found, check \$testsrcdir" >&2
   Exit 99
 fi
-unset funcs_file_
+unset am_funcs_file
 
 # Avoid spurious TAP diagnostic.  Keep this in sync with the definition
 # of $(TAP_LOG_DRIVER_FLAGS) in `tests/Makefile.am'.
@@ -276,7 +276,7 @@ AUTOMAKE_run ()
   $AUTOMAKE ${1+"$@"} >stdout 2>stderr || am__got_rc=$?
   cat stderr >&2
   cat stdout
-  if test $using_tap != yes; then
+  if test $am_using_tap != yes; then
     test $am__got_rc -eq $am__exp_rc || Exit 1
     return
   fi
@@ -483,12 +483,12 @@ sed_unindent_prog="" # Avoid interferences from the environment.
 # get_shell_script SCRIPT-NAME
 # -----------------------------
 # Fetch an Automake-provided shell script from the `lib/' directory into
-# the current directory, and, if the `$test_prefer_config_shell' variable
-# is set to "yes", modify its shebang line to use $SHELL instead of
-# /bin/sh.
+# the current directory, and, if the `$am_test_prefer_config_shell'
+# variable is set to "yes", modify its shebang line to use $SHELL instead
+# of /bin/sh.
 get_shell_script ()
 {
-  if test x"$test_prefer_config_shell" = x"yes"; then
+  if test x"$am_test_prefer_config_shell" = x"yes"; then
     sed "1s|#!.*|#! $SHELL|" "$am_scriptdir/$1" > "$1"
     chmod a+x "$1"
   else
@@ -573,7 +573,7 @@ do
     xsi-bin-sh)
       require_xsi "/bin/sh";;
     xsi-lib-shell)
-      if test x"$test_prefer_config_shell" = x"yes"; then
+      if test x"$am_test_prefer_config_shell" = x"yes"; then
         require_xsi "$SHELL"
       else
         require_xsi "/bin/sh"
@@ -917,7 +917,7 @@ if test "$sh_errexit_works" = yes; then
     else
       keep_testdirs=no
     fi
-    if test $using_tap = yes; then
+    if test $am_using_tap = yes; then
       if test $have_tap_plan_ != yes && test $exit_status -eq 0; then
         plan_ "now"
       fi
@@ -976,7 +976,7 @@ else
     # to append AC_OUTPUT.
     {
       echo "AC_INIT([$me], [1.0])"
-      if test x"$parallel_tests" = x"yes"; then
+      if test x"$am_parallel_tests" = x"yes"; then
         echo "AM_INIT_AUTOMAKE([parallel-tests])"
       else
         echo "AM_INIT_AUTOMAKE"
index 44b80ba35ba26a91d2ebcac29a2381057998167d..df2fd43b8559bc521266a25a23a198b645b64462 100644 (file)
@@ -73,13 +73,13 @@ fi
 for var in \
   me \
   required \
-  using_tap \
-  parallel_tests \
+  am_using_tap \
+  am_parallel_tests \
   am_create_testdir \
   am_tap_implementation \
-  test_prefer_config_shell \
-  original_AUTOMAKE \
-  original_ACLOCAL \
+  am_test_prefer_config_shell \
+  am_original_AUTOMAKE \
+  am_original_ACLOCAL \
 ; do
   if eval "test x\"\$$var\" != x" && env | grep "^$var=" >/dev/null; then
     echo "$argv0: variable \`$var' is set in the environment:" \
@@ -92,8 +92,8 @@ unset var
 # See whether the current test script is expected to use TAP or not.
 # Use a sensible default, while allowing the scripts to override this
 # check.
-if test -z "$using_tap"; then
-  case $argv0 in *.tap) using_tap=yes;; *) using_tap=no;; esac
+if test -z "$am_using_tap"; then
+  case $argv0 in *.tap) am_using_tap=yes;; *) am_using_tap=no;; esac
 fi
 
 testsrcdir='@abs_srcdir@'
@@ -152,21 +152,21 @@ AUTOHEADER=${AM_TESTSUITE_AUTOHEADER-${AUTOHEADER-'@am_AUTOHEADER@'}}
 AUTOUPDATE=${AM_TESTSUITE_AUTOUPDATE-${AUTOUPDATE-'@am_AUTOUPDATE@'}}
 
 # Tests who want complete control over aclocal or automake command-line
-# options should use $original_ACLOCAL or $original_AUTOMAKE.  The
+# options should use $am_original_ACLOCAL or $am_original_AUTOMAKE.  The
 # `test -z' tests take care not to re-initialize them if defs-static
 # is re-sourced, as we want defs-static to remain really idempotent.
-if test -z "$original_AUTOMAKE"; then
-  original_AUTOMAKE=${AM_TESTSUITE_AUTOMAKE-${AUTOMAKE-"automake-$APIVERSION"}}
+if test -z "$am_original_AUTOMAKE"; then
+  am_original_AUTOMAKE=${AM_TESTSUITE_AUTOMAKE-${AUTOMAKE-"automake-$APIVERSION"}}
 fi
-if test -z "$original_ACLOCAL"; then
-  original_ACLOCAL=${AM_TESTSUITE_ACLOCAL-${ACLOCAL-"aclocal-$APIVERSION"}}
+if test -z "$am_original_ACLOCAL"; then
+  am_original_ACLOCAL=${AM_TESTSUITE_ACLOCAL-${ACLOCAL-"aclocal-$APIVERSION"}}
 fi
 
 # Use -Werror because this also turns some Perl warnings into error.
 # Tests for which this is inappropriate should use -Wno-error.
 # Tests who want complete control over aclocal command-line options
-# should use $original_ACLOCAL instead.
-ACLOCAL="$original_ACLOCAL -Werror"
+# should use $am_original_ACLOCAL instead.
+ACLOCAL="$am_original_ACLOCAL -Werror"
 
 # See how Automake should be run.  We put --foreign as the default
 # strictness to avoid having to create lots and lots of files.  A test
@@ -175,8 +175,8 @@ ACLOCAL="$original_ACLOCAL -Werror"
 # testing that a warning is enabled by a specific switch) should use
 # -Wnone or/and -Wno-error.
 # Tests who want complete control over automake command-line options
-# should use $original_AUTOMAKE instead.
-AUTOMAKE="$original_AUTOMAKE --foreign -Werror -Wall"
+# should use $am_original_AUTOMAKE instead.
+AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror -Wall"
 
 # POSIX no longer requires 'egrep' and 'fgrep',
 # but some hosts lack 'grep -E' and 'grep -F'.
index fe994b5d9c0190ec34136f861899e1dad86092ea..43bb0f06fac05135ad454f88668fde2fc260fa08 100755 (executable)
@@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = dejagnu
 TESTS = frob.test
 END
 
-test x"$parallel_tests" != x"yes" || : > test-driver
+test x"$am_parallel_tests" != x"yes" || : > test-driver
 
 $ACLOCAL
 $AUTOMAKE
index fc21487ebc5a2f087bc86cc2fd5d6ecf6f0b369f..428ff7c72de355883331dbee8346ba4524681178 100755 (executable)
@@ -179,7 +179,7 @@ my %test_generators =
     # Makefile.am generated by it define the TESTS variable.
     #
     # Individual tests can prevent the creation of such a sibling by
-    # explicitly setting the `$parallel_tests' variable to either "yes"
+    # explicitly setting the `$am_parallel_tests' variable to either "yes"
     # or "no".  The rationale for this is that if the variable is set to
     # "yes", the test already uses the `parallel-tests' option, so that
     # a sibling would be just a duplicate; while if the variable is set
@@ -192,9 +192,9 @@ my %test_generators =
         line_matcher =>
           qr/(?:^|\s)TESTS\s*=/,
         line_rejecter =>
-          qr/(?:^[^#]*\bparallel-tests\b)|\bparallel_tests=/,
+          qr/(?:^[^#]*\bparallel-tests\b)|\bam_parallel_tests=/,
         shell_setup_code =>
-          'parallel_tests=yes'
+          'am_parallel_tests=yes'
       },
     #
     # For each test script in the Automake testsuite that tests features
@@ -208,8 +208,8 @@ my %test_generators =
     # the `get_shell_script' function anywhere.
     #
     # Individual tests can prevent the creation of such a sibling by
-    # explicitly setting the `$test_prefer_config_shell' variable to
-    # either "yes" or "no".
+    # explicitly setting the `$am_test_prefer_config_shell' variable
+    # to either "yes" or "no".
     # The rationale for this is that if the variable is set to "yes",
     # the test already uses $SHELL, so that a sibling would be just a
     # duplicate; while if the variable is set to "no", the test doesn't
@@ -222,9 +222,9 @@ my %test_generators =
         line_matcher =>
           qr/(^|\s)get_shell_script\s/,
         line_rejecter =>
-          qr/\btest_prefer_config_shell=/,
+          qr/\bam_test_prefer_config_shell=/,
         shell_setup_code =>
-          'test_prefer_config_shell=yes',
+          'am_test_prefer_config_shell=yes',
       },
     #
     # Tests on tap support should be run with both the perl and awk
index 3db7e857c0d261ff489fff646f9a1fce355ca891..a29ffb4e4bb1a5973f9961030e30772fa44ac557 100755 (executable)
@@ -19,7 +19,7 @@
 . ./defs || Exit 1
 
 # We need (almost) complete control over automake options.
-AUTOMAKE="$original_AUTOMAKE -Werror"
+AUTOMAKE="$am_original_AUTOMAKE -Werror"
 
 cat >> configure.in << 'END'
 AC_PROG_CC
index f0eeed283be4ae4ee410795c1d0d6ef3f6a6b1c9..71e7f72cfff3ad64919ee84bc241ea0c297d3e9f 100755 (executable)
@@ -25,8 +25,8 @@ cd emptydir
 
 # Honour user overrides for $ACLOCAL and $AUTOMAKE, but without
 # adding extra options.
-ACLOCAL=$original_ACLOCAL
-AUTOMAKE=$original_AUTOMAKE
+ACLOCAL=$am_original_ACLOCAL
+AUTOMAKE=$am_original_AUTOMAKE
 
 $ACLOCAL --version
 $ACLOCAL --help
index f016359822388920a7cd8a15acc91ddc55181b84..0f710b779152c8632088debbec3d65332eea2edb 100755 (executable)
@@ -24,8 +24,8 @@ cd cleandir
 
 # Honour user overrides for $ACLOCAL and $AUTOMAKE, but without
 # adding extra options.
-ACLOCAL=$original_ACLOCAL
-AUTOMAKE=$original_AUTOMAKE
+ACLOCAL=$am_original_ACLOCAL
+AUTOMAKE=$am_original_AUTOMAKE
 
 echo '[' > configure.in
 echo '[' > acinclude.m4
index eddd3e17cd312e8e68c8b50d999da25938b3de25..5c67a140e2c1ff5561597f22af427e62847861d6 100755 (executable)
@@ -24,8 +24,8 @@ cd cleandir
 
 # Honour user overrides for $ACLOCAL and $AUTOMAKE, but without
 # adding extra options.
-ACLOCAL=$original_ACLOCAL
-AUTOMAKE=$original_AUTOMAKE
+ACLOCAL=$am_original_ACLOCAL
+AUTOMAKE=$am_original_AUTOMAKE
 
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
index 906803a747ecf8f1a5824c70c2f1a37141959afc..aba714559ec75530887acb2a447d384a98fb5247 100755 (executable)
@@ -25,8 +25,8 @@ cd emptydir
 
 # Honour user overrides for $ACLOCAL and $AUTOMAKE, but without
 # adding extra options.
-ACLOCAL=$original_ACLOCAL
-AUTOMAKE=$original_AUTOMAKE
+ACLOCAL=$am_original_ACLOCAL
+AUTOMAKE=$am_original_AUTOMAKE
 
 escape_dots () { sed 's/\./\\./g'; } # Avoid issues with `\' in backquotes.
 apiversion_rx=`echo "$APIVERSION" | escape_dots`
index fa470329837d7c515c08124a8ad509247df6e935..c12156edc4aa51e69384a44f9a5886f3c155c641 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that we can use indirections when overriding TESTS and
 # TEST_LOGS from the command line.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 8122bfde9d4bb68595fe33c31b493de568794516..63dd749f951b18f926cd6a08ad3b2b0d25ca900c 100755 (executable)
@@ -17,7 +17,7 @@
 # parallel-tests: some checks on console output about testsuite
 # progress.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 10455fb619db00df506f7eba424b93a5874ec72b..4fa6dfde8fa321b975bd493014a4eaa4ef4eafe4 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that auxiliary script 'test-driver' gets automatically installed
 # in the correct directory by 'parallel-tests' option.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 : Try first with parallel-tests defined in AM_INIT_AUTOMAKE.
index 888d8883a2a706ca96f8ee7009518da7f1c53d4e..4791598588d1a3a7eb5296e82b1afaaf273aeeaa 100755 (executable)
@@ -17,7 +17,7 @@
 # Check `make -n' for testsuite-related targets, when `parallel-tests'
 # is in use.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index e3d77ea219b6d62289faa78017dcfa1513cabf03..ea8e7051b148634a4e296f2bb7af54a8afab9201 100755 (executable)
@@ -18,7 +18,7 @@
 # - empty TESTS
 # - empty TEST_LOGS
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 840a14a0ad9316ca7db1fe722458a6c2acba263a..a2e56a4b3fa5b63ef5ddd96f0183f23f8bd646a2 100755 (executable)
@@ -17,7 +17,7 @@
 # Check parallel-tests features: normal and special exit statuses
 # in the test scripts.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index f309b4c49aaec35e03f241914b36535366c8a102..51d6ef36acf87c46053874a7bb5101544a8376f6 100755 (executable)
@@ -18,7 +18,7 @@
 # (or even be) $(EXTRA_PROGRAMS).
 
 required='cc native'
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index e00581c89a5c715ad2b5bfc6b6de606fb0842505..73a134e25877f47e90e2c23b3542ed0445e0f644 100755 (executable)
@@ -22,7 +22,7 @@
 # See also the more generic test 'check-fd-redirect.test'.
 
 required='cc native'
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 7b616c1bb7c023d5c5bfa550e201feadc3bf4ac2..5180adaed6825c79829ca6db257b9f080a85a513 100755 (executable)
@@ -18,7 +18,7 @@
 #  - If $(TEST_SUITE_LOG) is in $(TEST_LOGS), we get a diagnosed
 #    error, not a make hang or a system freeze.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 # The tricky part of this test is to avoid that make hangs or even
index f49b79b5305b7445fe31c3cd33919ade5dec57eb..3d453d2953b9430280791886c8536f33658922a4 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check parallel-tests features: DISABLE_HARD_ERRORS
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 9e3f2dec74874a9c8a49e0fa878cc8019147e74d..ffe407430f8b7b844863f91cea72f606ae1be4d2 100755 (executable)
@@ -19,7 +19,7 @@
 # but we couldn't find a better way to deal with inter-processes
 # signals and the whole process-synchronization mess.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 plan_ 16
index 887fcee989dcc23db83b9d6e0ef6bc381728b8da..2618177592159bbc5e9af9e3b7c53a0f780bd5f7 100755 (executable)
@@ -19,7 +19,7 @@
 #   and xxx_LOG_FLAGS), also with AC_SUBST'd stuff.
 # See also related test 'parallel-tests-log-compiler-2.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 0099b7f8cb715dbe7973cc60853b942280661f10..a279abdd068976cb0baf9542f980fd1b9be87af5 100755 (executable)
@@ -19,7 +19,7 @@
 #   and xxx_LOG_FLAGS), when some tests are PROGRAMS.
 # See also related test 'parallel-tests-log-compiler-1.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 required='cc native'
 . ./defs || Exit 1
 
index 95013f1de459280eea4d1c49895bd26541e51d35..91fe5b5777f31cf780d69c8368c0020c5a84a3fa 100755 (executable)
@@ -17,7 +17,7 @@
 # Test the example of usage of generic and extension-specific
 # LOG_COMPILER and LOG_FLAGS given in the manual.
 
-parallel_tests=yes
+am_parallel_tests=yes
 required=python
 . ./defs || Exit 1
 
index 988e42470fe1fbe699035ecdedbb9c72acce53c9..1b007d74a060a0b0033fb71a3cd789d9fdcc385d 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check parallel-tests features: runtime redefinition of $(TEST_SUITE_LOG).
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<'END'
index ef37a2ccd0781bb6f802b86e0c0fafb190b7e03e..da7366b0ef32bb2fb3fe6740fec3b3cf0214fba3 100755 (executable)
@@ -18,7 +18,7 @@
 #  - $(TEST_SUITE_LOG) and $(TESTS)
 #  - $(TEST_SUITE_LOG) and $(TEST_LOGS)
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<'END'
index 5996895daff5db0adcff4f23db9ef3288140fe51..b969906fda88b771ab23f5112bafec09cc643020 100755 (executable)
@@ -17,7 +17,7 @@
 # Check parallel-tests features: runtime redefinition of $(TEST_SUITE_LOG)
 # for the recheck target.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<'END'
index 5d33ac5adb1462a0853ca781aa22ce4e9b78629b..97ef19de506e1566c0862b5405de1757972ba0c7 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Colorized output from the testsuite report shouldn't end up in log files.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 esc='\e'
index 9ef7715fdbae45c0764b4070048116e846d0cc0a..70d9cb746a720fc116e0a57f594e67d08b80ea81 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that `:test-results:' directives in test scripts' output doesn't
 # originate spurious results in the testsuite summary.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index d676a128fbd20ee43281de70c51fcac8bbac60db..5f007152e7d96211102c00f0ce022429f4d376a2 100755 (executable)
@@ -18,7 +18,7 @@
 # clean directory.  An early implementation of the `.trs' intermediate
 # files incurred a similar problem.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 1544c3f981b578c60c0f43dd9f3a2ff976cde0b8..0b3b6d905edfc8f6933177f8415a83f0b3b855bc 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that the parallel-tests driver correctly handle overrides of the
 # TERM variable by either TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 esc='\e['
index 879c8580f675cbf5b6e721a3930084b85a379f04..caae2307dd8a9637fc91b596ae41cc45d9258db3 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that the parallel-tests driver creates parent directories for
 # the log files when needed.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 1ea730acb4f31e85a8d6127bcf70bc02780d5825..cbdd833ac9fa8d19bad53d9b4f02f53a4e6534e9 100755 (executable)
@@ -18,7 +18,7 @@
 # - suffix rules, with PROGRAMS involved
 # See also sister test 'parallel-tests-suffix.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 required='cc native'
 . ./defs || Exit 1
 
index c56f4bd3269cc7fd4bbd733f8269e4b77f259b44..f20704a202e49806f3274f544607d5b4b2092da5 100755 (executable)
@@ -18,7 +18,7 @@
 # - suffix rules
 # See also sister test 'parallel-tests-suffix-prog.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 6192a13971880e8be84125ecc0ac7d9ef1c8b428..2b4d077402497e8cc1d27fe8047211297a7d4145 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that the testsuite driver copes well with unreadable `.log'
 # and `.trs' files.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 : > t
index 014adfcd461e727db3a9b6a9c686ea11371c53fe..1b03710f50f7979219302f7956a63ac83bb4550d 100755 (executable)
@@ -23,7 +23,7 @@
 #  - TEST_LOGS redefinition at runtime
 #  - RECHECK_LOGS redefinition at runtime
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 57186111c2cfc910c0a1662f9aca142a5512200f..eca57f8262a6403c739c0c4853faf2970f2032be 100755 (executable)
@@ -18,7 +18,7 @@
 # - trailing whitespace in TESTS
 # GNU make 3.80 may expand trailing white space to `.log'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index ab390f86287c4e2973324223a9e88c7d5d710883..d2abc8bd0f46dc04e9784be0467412781784ca93 100755 (executable)
@@ -19,7 +19,7 @@
 #  - recheck-html
 # Keep this in sync with sister test `test-driver-custom-html.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 required=rst2html
 . ./defs || Exit 1
 
index a140988c03044d54744eb05e6beef515a7b11739..fd33564ad8749abd31ff44293cb55e747baa7c69 100755 (executable)
@@ -17,7 +17,7 @@
 # Check parallel-tests features:
 # - concurrent parallel execution
 
-parallel_tests=yes
+am_parallel_tests=yes
 required=GNUmake
 . ./defs || Exit 1
 
index 6b3e70b7a970e786934ab8d5f7e51a0268357059..cd062bdd0cd38b0498040355e131473961d5afbc 100755 (executable)
@@ -20,7 +20,7 @@
 # Actually, this test doesn't ensure that things happen concurrently.
 # It merely serves as demonstration.  :-)
 
-parallel_tests=yes
+am_parallel_tests=yes
 required='cc native GNUmake'
 . ./defs || Exit 1
 
index e0c535edd55e3995a862d27274644312b873a9c8..eac4cf1b060c8f95dc344e6700c47d8ee61eaf9d 100755 (executable)
@@ -19,7 +19,7 @@
 # BSD make will expand `$(TESTS:=.log)' to `.log' unless overridden.
 # See parallel-tests10.test for a similar issue.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 cat >> configure.in << 'END'
 AC_OUTPUT
index 84ac460cd655093c45a890ddbcfa1c99730b9670..560f9d403497bcd5542e981b259d183ef004bf11 100755 (executable)
@@ -24,7 +24,7 @@
 #       manual for the ugliness in this area, when VPATH comes into
 #       play.  :-/
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index fb68d51dfb1a3e6adb27a960d8c68c0506179b6d..bef1674b15b4f574459ce0501aba364ce15a2bca 100755 (executable)
@@ -17,7 +17,7 @@
 # Check parallel-tests features:
 # - recheck
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index b2f3c11d4a3dce537489a2a44e834a31dac1254a..7a2662b068f36ece61b5ed7548e8b8f942e4d74f 100755 (executable)
@@ -18,7 +18,7 @@
 # Check support for AC_CONFIG_LIBOBJ_DIR vs LIBOBJS.
 # (pr401b.test and pr401c.test do the same for LTLIBOBJS and ALLOCA)
 
-parallel_tests=no
+am_parallel_tests=no
 required=cc
 . ./defs || Exit 1
 
index ccd5cbd4fe644e46937161233a9b4a325ef2d708..ad14b4df2546e628366333ba9b452b39c2d48f98 100755 (executable)
@@ -18,7 +18,7 @@
 # Check support for AC_CONFIG_LIBOBJ_DIR vs LTLIBOBJS.
 # (pr401.test and pr401c.test do the same for LIBOBJS and ALLOCA)
 
-parallel_tests=no
+am_parallel_tests=no
 required='cc libtoolize'
 . ./defs || Exit 1
 
index 3db12ee48503e03112ba47cf85dd227aad5f87b6..8649b91988a52e4d564bd6d0946259ac97b23b7b 100755 (executable)
@@ -18,7 +18,7 @@
 # Check support for AC_CONFIG_LIBOBJ_DIR vs ALLOCA.
 # (pr401.test and pr401b.test do the same for LIBOBJS and LTLIBOBJS)
 
-parallel_tests=no
+am_parallel_tests=no
 required=cc
 . ./defs || Exit 1
 
index ad6fb313368a2d58512e0c420ca8ff795ab55c32..8736c54faa24fcb6054875eecc8720147136f0c1 100755 (executable)
@@ -28,14 +28,14 @@ plan_ 18 # Two times the number of variable names in $vars.
 
 vars='
   me
-  parallel_tests
   required
-  using_tap
+  am_parallel_tests
+  am_using_tap
   am_create_testdir
   am_tap_implementation
-  test_prefer_config_shell
-  original_AUTOMAKE
-  original_ACLOCAL
+  am_test_prefer_config_shell
+  am_original_AUTOMAKE
+  am_original_ACLOCAL
 '
 
 do_run ()
index 43a8bacb129ef460db1561f75e034545b81c9da6..29350efa4f7b4730dc78ffc0d0f729d4df35edce 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Sanity check for the automake testsuite.
-# Make sure that $using_tap gets automatically defined by `./defs-static',
-# but can be overridden by the individual tests.
+# Make sure that $am_using_tap gets automatically defined by
+# `./defs-static', but can be overridden by the individual tests.
 
 . ./defs-static || exit 1
 
 set -ex
 
-$SHELL -c '. ./defs-static && test $using_tap = yes' foo.tap
-$SHELL -c '. ./defs-static && test $using_tap = no' foo.test
-$SHELL -c '. ./defs-static && test $using_tap = no' tap
-$SHELL -c '. ./defs-static && test $using_tap = no' tap.test
-$SHELL -c '. ./defs-static && test $using_tap = no' foo-tap
+$SHELL -c '. ./defs-static && test $am_using_tap = yes' foo.tap
+$SHELL -c '. ./defs-static && test $am_using_tap = no'  foo.test
+$SHELL -c '. ./defs-static && test $am_using_tap = no'  tap
+$SHELL -c '. ./defs-static && test $am_using_tap = no'  tap.test
+$SHELL -c '. ./defs-static && test $am_using_tap = no'  foo-tap
 
-$SHELL -c 'using_tap=no; . ./defs-static; test $using_tap = no' foo.tap
-$SHELL -c 'using_tap=yes; . ./defs-static; test $using_tap = yes' foo.test
+$SHELL -c '
+  am_using_tap=no
+  . ./defs-static
+  test $am_using_tap = no
+' foo.tap
+
+$SHELL -c '
+  am_using_tap=yes
+  . ./defs-static
+  test $am_using_tap = yes
+' foo.test
 
 :
index aacb5611c5390baf9fd42b93883b33f611e708d3..34ceae033f72d55f5b7ce17b26122d74d6b8e50e 100755 (executable)
@@ -24,7 +24,7 @@
 . ./defs || Exit 1
 
 # We want complete control over automake options.
-AUTOMAKE=$original_AUTOMAKE
+AUTOMAKE=$am_original_AUTOMAKE
 
 cat > Makefile.am <<'END'
 AUTOMAKE_OPTIONS =
index a9492156fd999e0befe7dc38a2371f8bc3f34d4b..0198fa63ad0051447cb3eb6ac31e9fbb5c237590 100755 (executable)
@@ -21,7 +21,7 @@
 . ./defs || Exit 1
 
 # We want complete control over automake options.
-AUTOMAKE=$original_AUTOMAKE
+AUTOMAKE=$am_original_AUTOMAKE
 
 cat > Makefile.am <<'END'
 AUTOMAKE_OPTIONS =
index 78f968466239ee7e722e503907b62000a9119214..203fb8a7aac782d856494dbfbbbc7ce021e813af 100755 (executable)
@@ -18,7 +18,7 @@
 #  - handling of "ambiguous" TODO and SKIP directives
 # See also related test 'tap-todo-skip-together.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 12dec1160b4acce9e9329bef96000ec0d007ae37..c0b6d5dacbc22c5bde286d3976382733eb3c6d0b 100755 (executable)
@@ -20,7 +20,7 @@
 #  - test results without number get automatically numbered in the
 #    console progress output
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 3cc5e217a0c22a3bdba927372a2d03a418896b34..900c531f5e63cf82d919350987cf681637e95dce 100755 (executable)
@@ -18,7 +18,7 @@
 #  - missing, unreadable, or not-executable test scripts cause proper
 #    error reports
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 plan_ 5
index 9854ea80533c6cac4f44c2bb54716eafd7d48dc4..65e2934f246043b825a235400b08efd180dbdfc2 100755 (executable)
@@ -18,7 +18,7 @@
 #  - even after a "Bail out!" directive, all input is still copied in
 #    the log file
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 059394c3269b59947a56e58c778704efae07686f..080557e297d8d54bfe926462a7db9f7b211edc17 100755 (executable)
@@ -18,7 +18,7 @@
 #  - A "Bail out!" directive causes the driver to ignore the exit
 #    status of the test script.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 tests='exit.test exit127.test sighup.test sigterm.test'
index 679343f95f15920fa7cf960a3bba7f162e5ea701..5389fed1b76615b31cd2d0cced839bbb5c82d613 100755 (executable)
@@ -18,7 +18,7 @@
 #  - A "Bail out!" directive causes the driver to ignore any TAP
 #    diagnostic message in the rest of the following TAP stream.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 19aa9e28009fc24e18898685e202d934d20661bb..c636289e72317a062a3c2ad3ec57451d95dc78a6 100755 (executable)
@@ -18,7 +18,7 @@
 #  - A "Bail out!" directive causes the driver to ignore any TAP
 #    result or error in the rest of the following TAP stream.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 8354b277d4663d7508038ba480d5f219fe3ccd4c..d5b6330a6e61532ff1982247d80f02f7e89893e4 100755 (executable)
@@ -17,7 +17,7 @@
 # Basic TAP test protocol support:
 #  - "Bail out!" magic
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index dde65f26f952b3944982815afe166b222726b14b..8e391611007dbb3da61b05a40bc721f207a0a4a5 100755 (executable)
@@ -24,7 +24,7 @@
 # Note that some of the features checked here are checked in other
 # test cases too, usually in a more thorough and detailed way.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index 16fea1548c6906c9679889c7d451bda1b0298f9b..5884a2bc08340957b72dbc0d3f75dfe4bd3b5c52 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - colorization of TAP results and diagnostic messages
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 TERM=ansi; export TERM
index 92ae3c45229dad2c9aaf7bad7db4f37b7cf413cf..2bcd9e6bee06362bd0b93e15e45f8b1775fd2f8c 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Auxiliary test to set up common data used by many tests on TAP support.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << END
index 2f9459d183180fbde575859cd10fa09d78ee3320..74612ed53c567755036d40b93ede62769fb0cfb3 100755 (executable)
@@ -17,7 +17,7 @@
 # Basic TAP test protocol support:
 #  - dependencies between test scripts
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index 88c859ce0c6ae7d6c17d63d5c86adc2efc2816aa..05f08757420d93ddd66217eb4c2d5601d417da8a 100755 (executable)
@@ -18,7 +18,7 @@
 #  - option '--diagnostic-string' to customize the string introducing
 #    TAP diagnostics
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index 3c7da79a1a9c5c52376d081e19ab15709442a5ff..16101af1f4f3d04afc06073f0e36584119e506bc 100755 (executable)
@@ -18,7 +18,7 @@
 #  - diagnostic messages (TAP lines with leading "#")
 #  - flags '--comments' and '--no-comments' of the TAP test driver
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 8ccd30f628a2ed3d71cf32df5ba0815e04ef8cc5..174e5e567a1f48119523d30b70ff4ad058da20d0 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that an example given in the documentation really works.
 # See section "Simple Tests" subsection "Script-based Testsuites".
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index dc69654faa2cd3a9daf0cfa943526a39db4976ab..258f2d376b51e217dec048281b6dfcf2608ac075 100755 (executable)
@@ -19,7 +19,7 @@
 # with the Automake test harness".
 
 am_create_testdir=empty
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am <<'END'
index 114734176dff7797abbc3a696ca075367e80e6b6..5938bafb4ac261bb7e089304d4f18ca42bea485e 100755 (executable)
@@ -18,7 +18,7 @@
 #  - error messages from awk/shell/perl goes to the console
 
 required=non-root
-parallel_tests=yes
+am_parallel_tests=yes
 am_create_testdir=empty
 . ./defs || Exit 1
 
index 6bcb8ce02c87f29b27372905d6e204ab213b6341..78b95ba455299663b5bc290e6148c8064be29962 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - empty diagnostic messages are discarder
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 557b7c796a5b7f53d8ebeeafb76f546b24d76c70..3d7a0a109f8252e5036cdb349b0b7f4cb116901d 100755 (executable)
@@ -18,7 +18,7 @@
 #  - empty TAP input
 #  - blank TAP input
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index e0dd37bc2788ed9a0a00a2c12a96288f66a1f0bf..41c4e74fbb08d8574a17580d58cf8d071f343203 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - "escape" TODO and SKIP directives (by escaping the "#" character)
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 194db6ad43693523568f0dc6f6ef47566c97a9c3..4bcec59e8b3e5f5b58d054294a724c01f2cfe970 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - "escape" TODO and SKIP directives (by escaping the "#" character)
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 381adff12b54ed8be4950288fb177076e2697e07..6cb30535c91cea60e83005d21c0fbdd8b42d5bfc 100755 (executable)
@@ -19,7 +19,7 @@
 #  - the `--ignore-exit' option causes the TAP test driver to ignore
 #    exit statuses of the test scripts.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 echo TESTS = > Makefile.am
index 3348db770a9af8876debc859c4db3182b2aafcbc..b89aa096acc2c3bc99bc8991b409eedfbafe3ead 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support: some unusual forms for valid TAP input.
 # See also related test 'tap-fancy2.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 36e0f2907d720738015c04457cfe85d923c102b2..b661146c78f24943afa546cc1f00df7a5b0ad5a4 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support: more unusual forms for valid TAP input.
 # See also related test 'tap-fancy.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index d343581c93cc21b59dc82f44eb82dec494cc61f4..a442602c08f65d4a5f73527bb6d56905f70ff122 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - which log files get copied in the global log?
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 7b83e6a4e290fa45f2b190e1bec852111ac07744..ff825da63a3265cb604e061f06d243d7ce6dcddb 100755 (executable)
@@ -18,7 +18,7 @@
 #  - which global test result derives from different test results
 #    mixed in a single script?
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 07c0294d14b1e9395cf093b468722219f6eb319b..ca0ffd0c14d7b07fa609d1b96132efb51426cde4 100755 (executable)
@@ -18,7 +18,7 @@
 #  - "check-html" and "recheck-html" targets
 #  - reStructuredText -> HTML conversion
 
-parallel_tests=yes
+am_parallel_tests=yes
 required=rst2html
 . ./defs || Exit 1
 
index eecb2a2cf1de97334ff00df409a8f86385a7f3e8..ff832f2ac1bc99c9db3cf09da7ccf074d3890cf5 100755 (executable)
@@ -22,7 +22,7 @@
 #  - VERBOSE environment variable support
 # Keep in sync with 'test-log.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index 4da9f386f7c8aefa2e4216b5aeb093b68b4e6149..6c07048548c9992620b0acb3d6206277408d931b 100755 (executable)
@@ -18,7 +18,7 @@
 #  - The Automake TAP driver has an option that instruct it to read TAP
 #    input also from the stderr of the test command, not only its stdout.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index 48c6fccf7b449bfd144eba95bd67c4ce1c2a5406..8a0c40fdd15f61dad5b952064551cbe048051fe3 100755 (executable)
@@ -19,7 +19,7 @@
 #    plan, then the driver reports both "missing plan" and "exited with
 #    non-zero status" errors.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > foo.test <<END
index 375aa001219b99c3e98b0a2967044c46915c692b..fcad2fc99c39d8934eabe5ca95d388429334ddee 100755 (executable)
@@ -24,7 +24,7 @@
 #    correct test script(s)
 #  - "make distcheck" works
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index f6f1ca1a11c697fc5c014ea5b01af04c003f5b00..b1031f2fbec72d35f4f3ca9842d111ce741ac6cd 100755 (executable)
@@ -20,7 +20,7 @@
 #  - interactions with `check_*' variables
 
 required='cc native'
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index 6aa6d60d4976dced2678f9990737a66b26a1ec38..9e326b41b5350a3e83226550a8447ac61ef1fc93 100755 (executable)
@@ -19,7 +19,7 @@
 #    of a "plan with skip" TAP plan
 # generally true!
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 6ec63f7d641aeef86f734e39eba556ee9bfc1f94..a61cbf8674d05fc5aedf021f31c3989d04bf62ed 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - literal string "0" as a TODO or SKIP message
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index c9399bf32b0a4235054da39b46b3b2afe9c2b501..6202689ee122f2c3ff36d3f41f8b9c11c496d107 100755 (executable)
@@ -18,7 +18,7 @@
 #  - literal "0" and "0.0" in a test description and a TODO/SKIP message
 #    at the same time
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index b8c3d6c98cbc9653b177087a337acaafc9a24700..d10acc39f1ef470c97f5506382be77996a15e4ce 100755 (executable)
@@ -18,7 +18,7 @@
 #  - literal strings "0" and "0.0" as the reason of the skip in a "TAP
 #    plan with skip" (i.e., "1..0 # SKIP ...").
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 86259e5ea13640051aae85e4309b736cdccf322a..c616a8ad324d998be43f03c1aaf6a4ccbb47e17b 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - the string "0" as a test description
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 9fdee871aeaf352df5121869d7c48932bb992a29..944803d081c55d74030631f324f9cbbed9959c87 100755 (executable)
@@ -18,7 +18,7 @@
 #  - don't spuriously recognize negative TAP result numbers, but correctly
 #    interpret them as test descriptions instead
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 678e1849b415668cb51282394d133f3adbad17ee..0ea440910fae9a84e48a88f4103f89620e4eb9d8 100755 (executable)
@@ -18,7 +18,7 @@
 #  - "Bail out!" magic and TAP parse errors are not disabled nor turned
 #    into simple failures by the definition DISABLE_HARD_ERRORS.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index 25a06fdc78fcb283803304bf2803adc387097366..a7a0da05d6c4775f5803838ee677affdbd8bf0d9 100755 (executable)
@@ -18,7 +18,7 @@
 #  - By default, TAP input is only from the stdout (and not the stderr)
 #    of the test command.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index e3ee0c818ce0efe99fe399e11d18b0c1db892d05..0c499959ce7a879a8245e9bf73a665dbb0882d81 100755 (executable)
@@ -18,7 +18,7 @@
 #  - we shouldn't spuriously recognize as TAP result numbers what it
 #    not, even if it seems pretty close
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index bc7fd51febbbeec7dd52c3cfd89ea28ebcf0ac80..12b54b5e72fdacff4a2545aacfbc5bc2b3a6edf1 100755 (executable)
@@ -18,7 +18,7 @@
 #  - `:test-results:' directives in test scripts' output doesn't
 #    originate spurious results in the testsuite summary
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 3e2afac104e4666ab0bd62436ae703133d3bd8fd..bf3d7aefab3c23cda1cc48cb973e2550f2094cb0 100755 (executable)
@@ -18,7 +18,7 @@
 #  - don't spuriously recognize lines that are "almost" TAP lines as
 #    real TAP lines
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index f154d23066fb0b76b9228c51aa0be94308523b45..10597ef171351759482acbee0a28e0fabc68e3c4 100755 (executable)
@@ -18,7 +18,7 @@
 #  - a "not ok # SKIP" line should count as a failure, for consistency
 #    with the prove(1) utility.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 74cddc198db64d0696cb13563c3d7a7d9f25d63b..63c04e6f5d1c9aaf6a592575bc9e0c3e9a5cf7d3 100755 (executable)
@@ -18,7 +18,7 @@
 #  - TAP result numbers terminated by a non-whitespace "word boundary"
 #    character are recognized
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 81c97973718c219adfb46c860f084b3f123dafa6..a58132ee722901bc4972f5ddd77e928e5b23e9d4 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - how does TAP result numbers with leading zero fares?
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index ea010386ce1eaa0d98f2111d7514e534879e1299..7fcb685b802abdca8bf5875660c4e903abd5cf53 100755 (executable)
@@ -16,7 +16,7 @@
 
 # TAP result lines whose description is a number.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 9bf4685aa9aa3277bcdce7518783a546d837013f..0e3bebab6d5ecea4fca5ba73d5eecd2d748c86aa 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - out-of-order test results
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 68d70711c2dfc2ded14c28a109a4c5ff7ee9afe5..a2326016a50f6a55f8667822f3d3f0942b9a2813 100755 (executable)
@@ -19,7 +19,7 @@
 #    log file
 # See also related test 'tap-passthrough.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index 6406548c5d8dd7b77a9baf0b95334b2c68cb442b..28501cd6dbaea32170d1b472e661ef69cf2d864a 100755 (executable)
@@ -20,7 +20,7 @@
 #  - TAP errors are reported in the log file too
 # See also related test 'tap-passthrough-exit.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 weirdchars=\''"\$@!&()[]<>#;,:.^?*/'
index a8183440e410efa1194697c61665f72cb5ec7daf..7718930ea4d06c18fdba17fb1806cb66434f4589 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - some corner cases for TAP plan
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 9d8abcdd3eda1bcfab59e32a70332da52a288bfa..e3c02c8bdae91f16b75915ff15022702299f3a1b 100755 (executable)
@@ -23,7 +23,7 @@
 # and 'tap-skip-whole-badcount.test'.  More checks about corner-cases
 # in TAP plans are performed in 'tap-plan-corner.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 4c54649ff9783d7f9b89127d6e60ef2c092a3032..14bf439cc1c1fa0421f58e219513ce87d1fa4e30 100755 (executable)
@@ -19,7 +19,7 @@
 #  - TAP "SKIP" plans with multiple zeroes, as in "1..00 # SKIP"
 # This is consistent with the behaviour of the `prove' utility.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 9eb8698e61acec4d25637b033798ba66766c0033..8b0fa8a16688e3dd9b96e3c0f44945709fbe5c3b 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support: a malformed TAP plan is not recognized.  The checks in
 # here should be consistent with the behaviour of the `prove' utility.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 88bb6479f7d51ff00ea500ba529599e3ca3816cd..7e909442cda10f434f9f4626d4a8d7fb28063e93 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - test plan preceding and/or following non-result TAP lines
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 3cdd79de28220f59cefef1887da6b5303ec59adf..c62f7513528d50f52a98521bc142c4699934e64a 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - plan line with trailing whitespace is recognized and handled correctly
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index e2fda351deed0aed839f0ef9dcd40e4dcf66c667..6b0513af6f9dba747b01c6c0cb6217b14058dd78 100755 (executable)
@@ -18,7 +18,7 @@
 #  - test scripts with the test plan at the beginning
 #  - test scripts with the test plan at the end
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 621608be8b378f8fd3b12c857b582da130e9a3ae..9059a3881982974e4342e5d77788fb628e577e95 100755 (executable)
@@ -18,7 +18,7 @@
 #  - interactions between "TAP plan with SKIP" and logging of earlier or
 #    later TAP or non-TAP text
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 76ba6925f199596d62707a0961a2c04863ba4371..96388674c60d6e95812f70fbb0cf248a39108ccd 100755 (executable)
@@ -18,7 +18,7 @@
 #  - an exit status != 0 of a test script causes an hard error, even if
 #    the last line of output is a "SKIP plan" (e.g., "1..0 # SKIP").
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 echo TESTS = one.test two.test > Makefile.am
index 0048e0076d16d34ef626e06261851977d0542b82..039de236d3f9d1c50f39bed06b82144c5fd89062 100755 (executable)
@@ -18,7 +18,7 @@
 #  - a "Bail out!" directive causes an hard error, even if coming after
 #    a "SKIP plan" (e.g., "1..0 # SKIP").
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 2ed26266d1be235129610f4427e5f3a332e3013b..6ae8b63c1266b10af2d2977b508889dac04e0f23 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - "SKIP" keyword in a TAP plan is case-insensitive
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index c2cb0a83dfd8891e02a8a18b82f253f3349b4fc7..a246bb9d8f9ce5d4ca76922725efc6962444197e 100755 (executable)
@@ -18,7 +18,7 @@
 #  - the special "plan with SKIP" can also be used "late" in the TAP
 #    stream, i.e., preceded by non-TAP output or TAP diagnostic.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index eb2ee261c5bd7d67c20c9d69b325c4c31572ea2b..cf935a10b3b1deab8d1a5ac92f8ed5d1a7e009fa 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - TAP errors following a "TAP plan with SKIP" are still diagnosed.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 4e825d5b738a73bab8e746359ebb0c011fc28d7e..a2ee90ac1c3c115d3e4707005bda85be04076ab1 100755 (executable)
@@ -18,7 +18,7 @@
 #  - test results seen in a TAP stream that has a "plan with SKIP" are
 #    flagged as errors, even if all of them are "SKIP" results.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 6286dacb80b391f47a970f671194525b3c1f8b81..c5e3ccbfbbc7049a73d907abbbf9a04e95ffacda 100755 (executable)
@@ -19,7 +19,7 @@
 #    been seen is an error
 #  - any test result following a "plan with skip" is an error.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index bf83241a7817611376935c218d7b98da7e3f16cb..7962e19a4ba61fdb6fd1c9daceaf4d58e7f499b6 100755 (executable)
@@ -18,7 +18,7 @@
 #  - normalization of whitespace in console testsuite progress associated
 #    with a SKIP directive in the TAP plan
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 35f79760368c873ef80b2313d06b950edf53c3bf..0f24462fd87985526e96345a32ee067a2927e9e9 100755 (executable)
@@ -17,7 +17,7 @@
 # Basic TAP test protocol support:
 #  - special plan format to skip all the tests in a script
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 61476c38b76603e33b8a13e2393af3742db6d58e..1b3d2392c9ab0ad38461b2a5a02c76f5e109cd75 100755 (executable)
@@ -22,7 +22,7 @@
 # children, and is pretty hacky and complex; is there a better way to
 # accomplish the checks done here?
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >expect-check <<'END'
index 6e1b646d67f6b353cfd9bd9a4d15eabbfde7ae60..d7852c6af30e313e4cb0b788733cc26397dcc4c4 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 # - RECHECK_LOGS
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index 0139b077533a3a8deed3015f9761367097a6a6b3..09c17f4e6c568f5f79dd14f5997a2f8d90f9bf2d 100755 (executable)
@@ -17,7 +17,7 @@
 # Test the 'recheck' target for TAP test protocol.
 # Keep in sync with 'test-driver-custom-multitest-recheck.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 fetch_tap_driver
index 0cfee01e5aba93a94d93090b12c8365c849e7ca5..ef7fc111dfb13d39717295385e9cb92fdb12c3f3 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - non-directive comments in TAP results are kept verbatim
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 31793d4409dda85c9e325fc4d8e1dae4cdc99be0..e27962eb369e41ddb3050653a9f27b11197522ed 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - a test script terminated by a signal causes an hard error
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 plan_ 10
index 7def11dc9b9d0fe8cf6089e1319f7562564e41a2..f98f4e33180f319078f9d46cd56697e591fe9fd6 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Auxiliary script for tests on TAP support: checking testsuite summary.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 br='============================================================================'
index 1f7681f4904d081df997d2c704b5e087b2c49d80..8a117ce2a71a16bd8af373e22b349b0a7576ef7a 100755 (executable)
@@ -18,7 +18,7 @@
 #  - a test result numbered as 0 is to be considered out-of-order
 # This is consistent with the behaviour of the `prove' utility.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 if $PERL -w -e '
index 0f4a943631fee2f392d65fa73ced74535473136a..39a0177a099dfb9063e7dad4679688c4be130f91 100755 (executable)
@@ -18,7 +18,7 @@
 #  - TODO and SKIP directives on the same line: the first one wins
 # See also related test 'tap-ambiguous-directive.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index fe32c97a37b22f1dc1b744613736be1e1ef505ee..12e621f062970b2af173efc9955991fe203da3f2 100755 (executable)
@@ -18,7 +18,7 @@
 #  - normalization of whitespace in console testsuite progress associated
 #    with TODO and SKIP directives
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index d00dddd94b304a7eb11c9e1133580511665a4927..7bd894b06f4e0462f09c0357fdb61f905d0003eb 100755 (executable)
@@ -23,7 +23,7 @@
 #  - the reasons for TODO and SKIP, if present, are nicely printed in
 #    the testsuite progress output
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 177e36e9651e6a5aea663d7d786cbf7301c13803..7d131d47035a69a1a74893a872b0c142720e3e1e 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP support:
 #  - unplanned tests are properly reported as errors
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index a902438bc7443ea6c0f43292fbe02266387bf6fa..e44a659373aac6c2947a617c601e8cc54aca8094 100755 (executable)
@@ -20,7 +20,7 @@
 # force us to tweak dozens of other tests (hopefully).
 # See also related test 'tap-todo-skip-whitespace.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat > Makefile.am << 'END'
index e989cc81bc6c06ed4a921c5594b779b3e048fd18..0865a6ef1649d947d586dc07da76077d43b9df98 100755 (executable)
@@ -19,7 +19,7 @@
 #  - tests without explicit number get automatically numbered in the
 #    testsuite progress output on console
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index 22733c8f8efdb895c8072e074bfe41f43550abbb..3b98dd2dffb980c51fdcf258c59d279def7c9f88 100755 (executable)
@@ -17,7 +17,7 @@
 # TAP and $(XFAIL_TESTS): test results without directives are turned from
 # PASS to XPASS and from FAIL to XFAIL; other results are unchanged.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 . "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
index c554793211c9240560c9cd38f5c44c601b42a388..902ae7c586463b06da4b9aede0f1f42a5a34179c 100755 (executable)
@@ -18,7 +18,7 @@
 # e.g., `sub/foo.log'), the Automake test harness must ensure that
 # directory exists before calling any custom test driver.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 5663ee6b24c232ae3e2f0a288e5cdf73ad03b5eb..e9f60d77acc9d17fa1c1e8b1dd8e7cd7d23ad0ab 100755 (executable)
@@ -19,7 +19,7 @@
 #  - recheck-html
 # Keep this in sync with sister test `parallel-tests2.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 required=rst2html
 . ./defs || Exit 1
 
index 8bbcc7c2a63bd6651cb34be566880ce662d8b7fc..bd9e9d684e432fa32bb1e1f910326dbdace9abea 100755 (executable)
@@ -22,7 +22,7 @@
 # and `parallel-tests-recheck-override.test'.
 # Keep in sync with 'tap-recheck.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cp "$testsrcdir"/trivial-test-driver . \
index 0d254dc342f94a6b5978054d71154b98576d6867..9f43b774e18b77dcf80ea337f80acafa6719c662 100755 (executable)
@@ -21,7 +21,7 @@
 # See also related tests `test-driver-custom-multitest-recheck.test' and
 # `parallel-tests-recheck-override.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cp "$testsrcdir"/trivial-test-driver . \
index da155978149f5265ee304e7c17516fed79a3b679..1380ea727ccb9fe16bc42707da3c74c4ee787990 100755 (executable)
@@ -19,7 +19,7 @@
 # only checks implementation details in Automake's custom test drivers
 # support, but also serves as a "usability test" for our APIs.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cp "$testsrcdir"/trivial-test-driver . \
index 28c9a1958176b68a4e17b722547e00cc93843cad..1196e770ba9271bf95ecc50dc55eb9f1f5dce28d 100755 (executable)
@@ -18,7 +18,7 @@
 # installed or referenced if it's not used, i.e., if the user has
 # defined his own `*LOG_DRIVER' variables.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<'END'
index 37b93bc831e9b48b0d2da1363fcdc4f584aaaa2e..970cf62ff4e0cacf4b56d834ec8d0e14285a59ab 100755 (executable)
@@ -19,7 +19,7 @@
 # for drivers that are not interested to support the .log -> HTML
 # conversion offered by Automake.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index e68e04b347a061330904e0896805d750613ae7f2..3c4623715b7191585fb3e4c85be4165d907f6306 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Custom test drivers: "abstract" XFAIL_TESTS support.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<'END'
index 830504753abea8e9ebaf6db1d202e09c561afb95..a6f8debf8161dc29644662ff1752de63fc585f9d 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Custom test drivers: per-extension test drivers.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index e1d2f9cce8c2a216282ca943283e3b947ee477a0..fdc72518d9af53a24f8f6e1559b770a67394e9b0 100755 (executable)
@@ -22,7 +22,7 @@
 # (like our dummy one in this test) might leave around a test log even
 # in case of internal failures.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<'END'
index 7187abba983bc6c74501479e59d3f8d827272470..3ba34ff662e30e5528f56dff48775d2912db9119 100755 (executable)
@@ -17,7 +17,7 @@
 # Custom test drivers: check that the test name passed to the test
 # driver has any VPATH prefix stripped.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 ocwd=`pwd` || fatal_ "cannot get current working directory"
index 7f6522a5ed44375d905f84f2705f50e0b21c1adb..4a5b195c855baf817dd849e455ddfab9cb42afb8 100755 (executable)
@@ -20,7 +20,7 @@
 #  - .test if $(TEST_EXTENSIONS) is not defined
 #  - stuff in $(TEST_EXTENSIONS) otherwise
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 : > Makefile.am
index f19506c8972a78ed74d64a058d84758644bef657..9d61064ece049ecd2e109c3b2880b19b79539b7e 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that our concurrent test harness is not subject to spurious VPATH
 # rewrites.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index c25cb205717d80ec170e9d53203e8311259ca416..c83e20f62ec238ad21ed19fe1b502d5ed20b1e50 100755 (executable)
@@ -22,7 +22,7 @@
 #  - VERBOSE environment variable support
 # Keep in sync with 'tap-log.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<END
index 94dd7c85fc516038b35909bc15cae3005ddf46c5..5ab346136039a1f89eb2a34aa94624fe20ed9f30 100644 (file)
@@ -20,7 +20,7 @@
 # different test scripts don't end up sharing the same log file.
 # (Automake itself is such a project, BTW ;-)
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<END
index a6f09991d09e415d4916a44deba3abb4754fef60..ab4380241594e50b43cf3dc3f100390a4fec2302 100755 (executable)
@@ -20,7 +20,7 @@
 # with the use of the reStructuredText field `:copy-in-global-log:' in
 # the associated `.trs' files.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index d20b249e4e5b7ac8c158be8ca3761d18e484d919..f524328f2b76c599728e3d5b80333bea315918d0 100755 (executable)
@@ -18,7 +18,7 @@
 # "global test result" in `*.trs' files, as documented in the automake
 # manual.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 6a372f39a560263477904a13bc883169f2522483..f3a3ef56a82eff76299490be2fe480fb9357e66b 100755 (executable)
@@ -17,7 +17,7 @@
 # Test the "make recheck" semantics for custom test drivers, as documented
 # in the Automake manual.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 923f88f819d82ba388bb56bc7e3bfdd669679e79..11feea748af573f4c1b05e6a5d7ddc7cdd430292 100755 (executable)
@@ -17,7 +17,7 @@
 # Parallel testsuite harness: check APIs for the registering of test
 # results in `*.trs' files, as documented in the automake manual.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index a4ac179c818d38db72ceb9eaf38aa018e832b070..4e9f2864f69ad587fe0e60aa734c1de9a9970724 100755 (executable)
@@ -18,7 +18,7 @@
 #  - non-existent scripts listed in TESTS get diagnosed
 # See also related test 'test-missing2.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index bc2979af7e3e417e41261d3ad349c9abe62f019f..25d5173ec9acc5b8a19e212f8f2bd6159b5988cc 100755 (executable)
@@ -19,7 +19,7 @@
 #    all the $(TEST_LOGS) have a dummy dependency.
 # See also related test 'test-missing.test'.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 8a8c3c83e115479428e66279a34a92454bf7d59d..b615b181d0bdb0cfac0cb15cd23d6f262fb4f1f1 100755 (executable)
@@ -18,7 +18,7 @@
 #  - creation and removal of `.trs' auxiliary files
 #  - check some internals regarding the use of `.trs' files.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<END
index 98934249e6b55a8a68adf8dc550f9ef65e9ee3e0..fe12a4eb6b7b92fdc49569e8d3126ad7bf0661f5 100755 (executable)
@@ -19,7 +19,7 @@
 # This test is complex and tricky, but that's acceptable since we are
 # testing semantics that are potentially complex and tricky.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<END
index bc94b3b7c4282db8f119287045d2ad75851ac102..fb9f9249d9b83e4ef3ce33c9313122f45bb2e192 100755 (executable)
@@ -17,7 +17,7 @@
 # Check parallel harness features:
 #  - recovery from unreadable `.trs' files, in various scenarios
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in <<END
index eafc3bf88eb3cc81c520b5cc8cce18910004494d..c63935557bdd298b428124357ff9997f50783691 100755 (executable)
@@ -18,7 +18,7 @@
 # by TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT in LOG_COMPILER and
 # LOG_FLAGS (for tests both with and without registered extensions).
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index 9578ca50f10996f6a055df796188c1e623c5c991..36cc6426dbc2c9b2324290dfb5d8bca89d8e53f9 100755 (executable)
@@ -19,7 +19,7 @@
 # be run by (with the parallel-tests driver one should use LOG_COMPILER
 # for this).  The behaviour tested here is also documented in the manual.
 
-parallel_tests=no
+am_parallel_tests=no
 . ./defs || Exit 1
 
 cat >> configure.in <<END
index b2b5ab48cbb5b7a2bdbb4e24e199355fe3d24f67..855e342aaeeb0a6b976d24e7749742e84697f81a 100755 (executable)
@@ -26,7 +26,7 @@
 # and the following CC:ed thread on bug-autoconf list:
 #   <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
index a4de8649904f5649c91474ac9441b301e4679433..2a5685bc9d7e0d2411f92682e65745223136475c 100755 (executable)
@@ -20,7 +20,7 @@
 # testsuite output, packages with and without bug-report addresses,
 # testsuites in subdirectories, ...)
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 case $use_colors in
index b0232c76feae2fe871dfe850831c1e92b7f321e7..2621b295ba20bd64d9db38531cf84a3a7bce48d1 100755 (executable)
@@ -19,7 +19,7 @@
 # Incidentally, this test also checks that the testsuite summary doesn't
 # give any bug-report address if it's not defined.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 for s in trivial-test-driver extract-testsuite-summary; do
index 7558b5f08f16fdc5e4ad6cfe51cc19da54c37bc7..eb21f8c33f3efca78515737863ea3c37924eca09 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that the global testsuite log file referenced in the testsuite
 # summary and in the global testsuite log itself is correct.
 
-parallel_tests=yes
+am_parallel_tests=yes
 . ./defs || Exit 1
 
 mv configure.in configure.stub
index a29144211f70ff1b26c31ecdfe66bd1e9bbe6a29..7e3f526d7a789beebd8376447e7fc7420ed716c5 100755 (executable)
@@ -22,7 +22,7 @@
 . ./defs || Exit 1
 
 # We want complete control over automake options.
-AUTOMAKE=$original_AUTOMAKE
+AUTOMAKE=$am_original_AUTOMAKE
 
 # Files required in gnu and/or gnits strictness.
 touch README INSTALL NEWS AUTHORS ChangeLog COPYING THANKS
index 728a7c034df78ef76d3437c9559dd1656d84471a..aa7da67c37ef632ba582638131841274c92f6564 100755 (executable)
@@ -24,7 +24,7 @@
 . ./defs || Exit 1
 
 # We want (almost) complete control over automake options.
-AUTOMAKE="$original_AUTOMAKE -Werror"
+AUTOMAKE="$am_original_AUTOMAKE -Werror"
 
 cat > Makefile.am <<'END'
 FOO := bar
index 0f116695a7cc0bb409cd542620f0876c79991734..f191c1a0d7d3f82efe3b00ce15f30aa645451e0c 100755 (executable)
@@ -21,7 +21,7 @@
 . ./defs || Exit 1
 
 # We want (almost) complete control over automake options.
-AUTOMAKE="$original_AUTOMAKE -Werror"
+AUTOMAKE="$am_original_AUTOMAKE -Werror"
 
 cat > Makefile.am <<'END'
 FOO := bar
index e2c7675324758112ec38838a082c967cf45d744a..85669d7c885108bfdae4afc709882e0796ee23a2 100755 (executable)
@@ -21,7 +21,7 @@
 . ./defs || Exit 1
 
 # We want (almost) complete control over automake options.
-AUTOMAKE="$original_AUTOMAKE -Werror"
+AUTOMAKE="$am_original_AUTOMAKE -Werror"
 
 cat > Makefile.am <<END
 AUTOMAKE_OPTIONS =
index db803a57e74f8f8a37105b8c32be6c1184b7aed6..f1fa23e3402859cc730a86e19d0effb18a3924f6 100755 (executable)
@@ -19,7 +19,7 @@
 . ./defs || Exit 1
 
 # We want (almost) complete control over automake options.
-AUTOMAKE="$original_AUTOMAKE --foreign -Werror"
+AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"
 
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
index 83fced7a397fcc056ceb63e58e54f3aefe13aa39..a577dfeb10c9b63d08150d3eff788a85c8c2eb78 100755 (executable)
@@ -20,7 +20,7 @@
 . ./defs || Exit 1
 
 # We want complete control over automake options.
-AUTOMAKE=$original_AUTOMAKE
+AUTOMAKE=$am_original_AUTOMAKE
 
 ok ()
 {