summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-25 02:35:29 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-25 11:32:59 +0200
commit653b30f91f7f9e13f16d5d6134adaa04b0675257 (patch)
treebed557543f92fe685d2cb340f74fda287377e188 /selftest
parent408a3aa3085e783523ed80bb328a3c65159900ab (diff)
downloadsamba-653b30f91f7f9e13f16d5d6134adaa04b0675257.tar.gz
samba-653b30f91f7f9e13f16d5d6134adaa04b0675257.tar.bz2
samba-653b30f91f7f9e13f16d5d6134adaa04b0675257.zip
selftest: Clarify generation of idlist option.
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index b0296e1525..7f5aa764f0 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -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}}) {