diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-25 02:35:29 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-25 11:32:59 +0200 |
commit | 653b30f91f7f9e13f16d5d6134adaa04b0675257 (patch) | |
tree | bed557543f92fe685d2cb340f74fda287377e188 | |
parent | 408a3aa3085e783523ed80bb328a3c65159900ab (diff) | |
download | samba-653b30f91f7f9e13f16d5d6134adaa04b0675257.tar.gz samba-653b30f91f7f9e13f16d5d6134adaa04b0675257.tar.bz2 samba-653b30f91f7f9e13f16d5d6134adaa04b0675257.zip |
selftest: Clarify generation of idlist option.
-rwxr-xr-x | selftest/selftest.pl | 2 |
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}}) { |