diff options
Diffstat (limited to 'selftest/selftest.pl')
-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}}) { |