mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* 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:
parent
9b4635b1cb
commit
bd4aa3ba7d
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user