* lib/autotest/general.m4 (AT_INIT): After having run the test

group, go back to the initial directory, not to at_suite_dir.
This commit is contained in:
Akim Demaille 2001-11-13 15:04:16 +00:00
parent 9b4635b1cb
commit bd4aa3ba7d
2 changed files with 10 additions and 4 deletions

View File

@ -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)

View 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)