changeset 12367:271dac351bca

init.sh: suggest to use skip_ and fail_ functions in comments * tests/init.sh: Add a sentence.
author Eric Blake <ebb9@byu.net>
date Thu, 26 Nov 2009 09:39:26 +0100
parents 304397da6790
children 7beaf2dc28a9
files ChangeLog tests/init.sh
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-26  Eric Blake  <ebb9@byu.net>
+
+	init.sh: suggest to use skip_ and fail_ functions in comments
+	* tests/init.sh: Add a sentence.
+
 2009-11-25  Bruno Haible  <bruno@clisp.org>
 
 	init.sh: add documentation in comments
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -27,6 +27,7 @@
 #   Note that these commands are executed in a subdirectory, therefore you
 #   need to prepend "../" to relative filenames in the build directory.
 #   Set the exit code 0 for success, 77 for skipped, or 1 or other for failure.
+#   Use the skip_ and fail_ functions to print a diagnostic and then exit
 #   with the corresponding exit code.
 #   Exit $?