Artifact da3117435b5a9b50c165d336618d927552451e98:
- File tests/installall/tests/canvas-draw/install.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using] [more...]
- File tests/installall/tests/iupbinlib/compile.logpro — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iupbinlib/install.logpro — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iupbinlib/untar.logpro — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iuplib/compile.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iuplib/install.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iuplib/untar.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iupsrclib/install.logpro — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iupsrclib/untar.logpro — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/logpro/clone.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/logpro/compile.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/logpro/install.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/logpro/open.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmq/install.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/compile.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/download.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/install.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/untar.logpro — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 555) [annotate] [blame] [check-ins using]
;; You should have at least one expect:required. This ensures that your process ran (expect:required in "LogFileBody" > 0 "Put description here" #/put pattern here/) ;; 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/i)) ;; but disallow any other errors