separated from the test title by forcing a white space.
+2004-12-21 Akim Demaille <akim@epita.fr>
+
+ * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
+ separated from the test title by forcing a white space.
+
2004-12-21 Akim Demaille <akim@epita.fr>
Enable Emacs navigation within testsuite.log files.
at_errexit=$at_errexit_p
;;
esac
- echo $at_msg
+ # Make sure there is a separator even with long titles.
+ echo " $at_msg"
at_log_msg="$at_group. $at_desc ($at_setup_line): $at_msg"
case $at_status in
0|77)