diff options
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index f973ae589f..5457306c62 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -940,7 +940,7 @@ $envvarstr foreach my $test (@{$individual_tests->{$name}}) { print $fh "$test\n"; } - $cmd .= " --load-list=$listid_file"; + $cmd =~ s/\$LOADLIST/--load-list=$listid_file/g; } elsif ($$_[4]) { $cmd =~ s/\s+[^\s]+\s*$//; $cmd .= " " . join(' ', @{$individual_tests->{$name}}); |