Artifact e453c6e331c8e6789d58b75e7d3f4f12313900f3:
- File tests/fslsync/tests/setup/mkdirs.logpro — part of check-in [0dffb71ec6] at 2013-04-26 00:29:01 on branch development — Adding example for fossil sync (user: matt, size: 526) [annotate] [blame] [check-ins using] [more...]
- File tests/fslsync/tests/setup/seedcache.logpro — part of check-in [0dffb71ec6] at 2013-04-26 00:29:01 on branch development — Adding example for fossil sync (user: matt, size: 526) [annotate] [blame] [check-ins using]
- File tests/fslsync/tests/sync/fsync.logpro — part of check-in [0dffb71ec6] at 2013-04-26 00:29:01 on branch development — Adding example for fossil sync (user: matt, size: 526) [annotate] [blame] [check-ins using]
- File tests/fslsync/tests/sync/rsync.logpro — part of check-in [0dffb71ec6] at 2013-04-26 00:29:01 on branch development — Adding example for fossil sync (user: matt, size: 526) [annotate] [blame] [check-ins using]
;; You should have at least one expect:required. This ensures that your process ran (expect:required in "LogFileBody" > 0 "done" #/done/) ;; 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/) (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/)) ;; but disallow any other errors