autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Revamping Autotest, step 7


From: Akim Demaille
Subject: FYI: Revamping Autotest, step 7
Date: 13 Nov 2001 15:56:07 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/autotest/general.m4 (AT_INIT): After having run the test
        group, go back to the initial directory, not to at_suite_dir.

Index: lib/autotest/general.m4
===================================================================
RCS file: /cvs/autoconf/lib/autotest/general.m4,v
retrieving revision 1.120
diff -u -u -r1.120 general.m4
--- lib/autotest/general.m4 2001/11/13 14:03:01 1.120
+++ lib/autotest/general.m4 2001/11/13 15:04:06
@@ -575,8 +575,9 @@
   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`



reply via email to

[Prev in Thread] Current Thread [Next in Thread]