init.sh: suggest to use skip_ and fail_ functions in comments
authorEric Blake <ebb9@byu.net>
Thu, 26 Nov 2009 08:39:26 +0000 (09:39 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 26 Nov 2009 08:39:26 +0000 (09:39 +0100)
* tests/init.sh: Add a sentence.

ChangeLog
tests/init.sh

index d590bce68c3b6ec34561e3ac5b25e81439c3d93d..717c5031842675f23f96002a532106b36435d808 100644 (file)
--- 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
index c7e0425580fcbab8096f07feb132c11071bbce61..368da6d0fe04423b2522c2d5879846eddb82ca81 100644 (file)
@@ -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 $?