@@ -2,9 +2,11 @@ ;; ;; License GPL. (expect:warning in "LogFileBody" = 0 "Any warning" #/.*/) -(expect:required in "LogFileBody" > 0 "Must be some files in the dir" #/.*/) +;; Can't have a required since it will mask the warns! Could make the warn non-overlapping with the +;; required I suppose... +;; (expect:required in "LogFileBody" > 0 "Must be some files in the dir" #/.*/) (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\/\/.*error/) (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/)) ;; but disallow any other errors