# HG changeset patch # User Eric Blake # Date 1259224766 -3600 # Node ID 271dac351bca1c7564ec313bdb668618b87b98df # Parent 304397da679050d10257d6162326c9ab086f4adb init.sh: suggest to use skip_ and fail_ functions in comments * tests/init.sh: Add a sentence. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-26 Eric Blake + + init.sh: suggest to use skip_ and fail_ functions in comments + * tests/init.sh: Add a sentence. + 2009-11-25 Bruno Haible init.sh: add documentation in comments diff --git a/tests/init.sh b/tests/init.sh --- 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 $?