Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Nov 2012 20:51:01 +0000 (21:51 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Nov 2012 20:51:01 +0000 (21:51 +0100)
* maint:
  tests: new variable $am_testaux_builddir
  tests: rename $am_testauxdir -> $am_testaux_srcdir

1  2 
t/ax/tap-summary-aux.sh
t/ax/testsuite-summary-checks.sh
t/distcheck-missing-m4.sh
t/distcheck-outdated-m4.sh
t/test-driver-acsubst.sh
t/test-driver-cond.sh
t/test-driver-custom-multitest-recheck.sh
t/test-driver-custom-multitest-recheck2.sh
t/test-driver-custom-multitest.sh
t/testsuite-summary-count-many.sh

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -18,9 -18,9 +18,9 @@@
  #   - Automake can correctly handle conditionals contents for the
  #     LOG_DRIVER variables.
  
 -. ./defs || exit 1
 +. test-init.sh
  
- cp "$am_testauxdir"/trivial-test-driver . \
+ cp "$am_testaux_srcdir"/trivial-test-driver . \
    || fatal_ "failed to fetch auxiliary script trivial-test-driver"
  cp "$am_scriptdir"/tap-driver.pl . \
    || fatal_ "failed to fetch auxiliary script tap-driver.pl"
@@@ -22,9 -22,9 +22,9 @@@
  # and 'parallel-tests-recheck-override.sh'.
  # Keep in sync with 'tap-recheck.sh'.
  
 -. ./defs || exit 1
 +. test-init.sh
  
- cp "$am_testauxdir"/trivial-test-driver . \
+ cp "$am_testaux_srcdir"/trivial-test-driver . \
    || fatal_ "failed to fetch auxiliary script trivial-test-driver"
  
  cat >> configure.ac << 'END'
@@@ -21,9 -21,9 +21,9 @@@
  # See also related tests 'test-driver-custom-multitest-recheck.sh' and
  # 'parallel-tests-recheck-override.sh'.
  
 -. ./defs || exit 1
 +. test-init.sh
  
- cp "$am_testauxdir"/trivial-test-driver . \
+ cp "$am_testaux_srcdir"/trivial-test-driver . \
    || fatal_ "failed to fetch auxiliary script trivial-test-driver"
  
  cat >> configure.ac << 'END'
@@@ -19,9 -19,9 +19,9 @@@
  # only checks implementation details in Automake's custom test drivers
  # support, but also serves as a "usability test" for our APIs.
  
 -. ./defs || exit 1
 +. test-init.sh
  
- cp "$am_testauxdir"/trivial-test-driver . \
+ cp "$am_testaux_srcdir"/trivial-test-driver . \
    || fatal_ "failed to fetch auxiliary script trivial-test-driver"
  
  cat >> configure.ac << 'END'
  # Incidentally, this test also checks that the testsuite summary doesn't
  # give any bug-report address if it's not defined.
  
 -. ./defs || exit 1
 +. test-init.sh
  
  for s in trivial-test-driver extract-testsuite-summary.pl; do
-   cp "$am_testauxdir/$s" . || fatal_ "failed to fetch auxiliary script $s"
+   cp "$am_testaux_srcdir/$s" . || fatal_ "failed to fetch auxiliary script $s"
  done
  
  br='============================================================================'