diff options
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 6f9a723465..2484bd0687 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -518,10 +518,6 @@ foreach (@opt_exclude) { push (@excludes, read_test_regexes($_)); } -if ($opt_quick) { - push (@includes, read_test_regexes("selftest/quick")); -} - foreach (@opt_include) { push (@includes, read_test_regexes($_)); } |