summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-22 04:09:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-22 04:09:17 +0200
commit7a683618e79acef94235ff4adee275c462559ab5 (patch)
treeffaa61c1a907fd46d3b91b1804f1a21cb4ae1cc2 /selftest
parent5018fef8cb9573077a8d41150e12d962478b9831 (diff)
downloadsamba-7a683618e79acef94235ff4adee275c462559ab5.tar.gz
Require separate option for quicktest include list rather than making
assumptions about it.
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/selftest.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 6f9a7234654..2484bd06876 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($_));
}