]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): After having run the test
authorAkim Demaille <akim@epita.fr>
Tue, 13 Nov 2001 15:04:16 +0000 (15:04 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 13 Nov 2001 15:04:16 +0000 (15:04 +0000)
group, go back to the initial directory, not to at_suite_dir.

ChangeLog
lib/autotest/general.m4

index 468dc46b2c72eb6d2cd7658d9c1cc9e42ddccb17..165a71f08874ff1928c547cb4ac4cce3ccad02c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-13  Akim Demaille  <akim@epita.fr>
+
+       * 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  <akim@epita.fr>
 
        * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
index 6c39269a241dc7f28587ca60b641b2f322f1356e..7e90bc78555d02297cd2e22f529025c3b4e01b9d 100644 (file)
@@ -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)