Artifact c92957c5fd9c55a2d2deb33350ebea7669065fd5:
- File tests/installall/tests/logpro/clone.logpro — part of check-in [33f5118b72] at 2013-08-03 00:30:20 on branch v1.55 — Several additons to installall flow (user: matt, size: 553) [annotate] [blame] [check-ins using]
- File tests/installall/tests/mmisc/clone.logpro — part of check-in [908b883b86] at 2013-08-04 01:01:36 on branch v1.55 — Added some checks to ensure directories are there before changing to them, generalized some of the tasks in installall. Removed writing of environment in mt_ezstep updated the manual with brief mention on how to get the environment from one step to another (user: matt, size: 553) [annotate] [blame] [check-ins using]
;; You should have at least one expect:required. This ensures that your process ran (expect:required in "LogFileBody" > 0 "Output from fossil" #/^repository:\s+/) ;; You may need ignores to suppress false error or warning hits from the later expects ;; NOTE: Order is important here! (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\/\/.*error/) (expect:warning in "LogFileBody" = 0 "Any warning" #/warn/i) (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/i)) ;; but disallow any other errors