From: Akim Demaille Date: Tue, 13 Nov 2001 15:04:16 +0000 (+0000) Subject: * lib/autotest/general.m4 (AT_INIT): After having run the test X-Git-Tag: AUTOCONF-2.52g~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4aa3ba7dbb8149b7f1cb6fdb0a02331c5dbfb8;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (AT_INIT): After having run the test group, go back to the initial directory, not to at_suite_dir. --- diff --git a/ChangeLog b/ChangeLog index 468dc46b2..165a71f08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-13 Akim Demaille + + * lib/autotest/general.m4 (AT_INIT): After having run the test + group, go back to the initial directory, not to at_suite_dir. + 2001-11-13 Akim Demaille * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH) diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 6c39269a2..7e90bc785 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -575,8 +575,9 @@ _ATEOF esac done -# Back to the suite directory. -cd $at_suite_dir +# Back to the top directory, in particular because we might +# rerun the suite verbosely. +cd $at_dir # Compute the duration of the suite. at_stop_date=`date` @@ -724,8 +725,8 @@ m4_defn([AT_ordinal]);m4_defn([AT_line]);m4_defn([AT_description]);m4_ifdef([AT_ at_status=$? ;; -m4_divert_pop([TESTS])dnl Back to KILL. -])# AT_CLEANUP +m4_divert_pop([TESTS])dnl Back to KILL.] +)# AT_CLEANUP # AT_BANNER(TEXT)