[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.1-193-g49738b9



The following commit has been merged in the master branch:
commit 49738b93794c275fd1408a4b6691f71c200896ab
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Aug 6 18:44:27 2011 +0200

    Corrected an API comment in t/runtests

diff --git a/t/runtests b/t/runtests
index dabb6d3..ae401b8 100755
--- a/t/runtests
+++ b/t/runtests
@@ -666,8 +666,8 @@ sub is_tag_in_file {
 # note that it may do so in a threaded manner so &subref must be
 # re-entrant. Blocks until all tests have been run.
 #
-# The result of &subref is ignored; if a test fails, &subref should
-# invoke die (or similar).
+# If &subref returns a truth value, the test is considered for passed
+# (also used for skipped tests).  Otherwise it is a failure.
 #
 # Note, if "continue on error" is not set ($run_all_tests) a failing
 # test will terminate the program.

-- 
Debian package checker


Reply to: