selftest: Clarify generation of idlist option.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 25 Jun 2010 00:35:29 +0000 (02:35 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 25 Jun 2010 09:32:59 +0000 (11:32 +0200)
selftest/selftest.pl

index b0296e1525c1741b6dd6175e46ee76189f39b9ac..7f5aa764f066ca3fd9302bb9bc731aac40260e3e 100755 (executable)
@@ -944,6 +944,8 @@ $envvarstr
                        next;
                }
 
+               # Generate a file with the individual tests to run, if the 
+               # test runner for this test suite supports it.
                if ($$_[3] and $individual_tests and $individual_tests->{$name}) {
                        my ($fh, $listid_file) = tempfile(UNLINK => 0);
                        foreach (@{$individual_tests->{$name}}) {