From 7a683618e79acef94235ff4adee275c462559ab5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Oct 2008 04:09:17 +0200 Subject: Require separate option for quicktest include list rather than making assumptions about it. --- selftest/selftest.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'selftest/selftest.pl') 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($_)); } -- cgit