From 9bb0a7e5780f8cc02b234981fa17cad396a0244f Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 26 Nov 2009 09:39:26 +0100 Subject: [PATCH] init.sh: suggest to use skip_ and fail_ functions in comments * tests/init.sh: Add a sentence. --- ChangeLog | 5 +++++ tests/init.sh | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d590bce68c..717c503184 100644 --- 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 index c7e0425580..368da6d0fe 100644 --- 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 $? -- 2.30.2