group, go back to the initial directory, not to at_suite_dir.
+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)
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`
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)