Allow full-line comments in include/exclude files.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 29 May 2008 16:17:42 +0000 (18:17 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 29 May 2008 16:17:42 +0000 (18:17 +0200)
(This used to be commit 4095f3c358a39d9eb8a1bcef52e49d44ea8fbd2a)

source4/samba4-slow [new file with mode: 0644]
source4/selftest/selftest.pl

diff --git a/source4/samba4-slow b/source4/samba4-slow
new file mode 100644 (file)
index 0000000..05e62f4
--- /dev/null
@@ -0,0 +1,4 @@
+.*base.bench.holdcon.*                         # Very slow
+raw.bench.lookup       # Very slow
+base.utable                                            # Slow
+base.smb                                               # Slow
index 5854a94b8d1369ef9ac312f8b9464b8fee2016c9..e86ccbe468c8d466514c1081afe8ed0f360f14b9 100755 (executable)
@@ -499,6 +499,7 @@ sub read_test_regexes($)
        open(LF, "<$name") or die("unable to read $name: $!");
        while (<LF>) { 
                chomp; 
+               next if (/^#/);
                if (/^(.*?)([ \t]+)\#([\t ]*)(.*?)$/) {
                        push (@ret, [$1, $4]);
                } else {