Megatest

Check-in [e1ff315042]
Login
Overview
Comment:Some logpro file fixes for installall
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: e1ff315042efe4ff4be55555c65a111945fb5117
User & Date: matt on 2013-07-22 00:22:39
Other Links: branch diff | manifest | tags
Context
2013-07-22
13:57
Megatest based installall mostly done check-in: e165458b7b user: mrwellan tags: dev
00:22
Some logpro file fixes for installall check-in: e1ff315042 user: matt tags: dev
00:12
Some logpro file fixes for installall check-in: 7ba8688f37 user: matt tags: dev
Changes

Modified tests/installall/tests/eggs/install.logpro from [0fb1cabb32] to [eb0a621851].

1
2
3
4
5

6
7
8
9
10
;; You should have at least one expect:required. This ensures that your process ran
(expect:required in "LogFileBody" > 0 "Last thing done is chmod ..." #/chmod /)

;; You may need ignores to suppress false error or warning hits from the later expects
;; NOTE: Order is important here!

(expect:ignore   in "LogFileBody"  >= 0 "Ignore setup-error-handling" #/setup-error-handling/)
(expect:ignore   in "LogFileBody"  >= 0 "Ignore check-errors" #/check-errors/)
(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





>
|
|



1
2
3
4
5
6
7
8
9
10
11
;; You should have at least one expect:required. This ensures that your process ran
(expect:required in "LogFileBody" > 0 "Last thing done is chmod ..." #/chmod /)

;; You may need ignores to suppress false error or warning hits from the later expects
;; NOTE: Order is important here!
(expect:ignore   in "LogFileBody" >= 0 "Ignore srfi-4-errors"        #/srfi-4-errors/)
(expect:ignore   in "LogFileBody" >= 0 "Ignore setup-error-handling" #/setup-error-handling/)
(expect:ignore   in "LogFileBody" >= 0 "Ignore check-errors" #/check-errors/)
(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