From 653b30f91f7f9e13f16d5d6134adaa04b0675257 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 25 Jun 2010 02:35:29 +0200 Subject: selftest: Clarify generation of idlist option. --- selftest/selftest.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selftest') 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}}) { -- cgit