Check-in [a7ab704e37]
Not logged in
Overview
SHA1 Hash:a7ab704e37970597f7ddfd98f8c9e175025fe062
Date: 2012-04-24 21:59:15
User: matt
Comment:Added another raw test to to simpletest
Timelines: family | ancestors | descendants | both | trunk | patch-point
Diffs: v1.43
Downloads: Tarball | ZIP archive
Other Links: files | file ages | manifest
Tags And Properties
Changes

Added tests/simplerun/tests/test1/step1.logpro version [22f12ee837d77ff8]

> 1 ;; You should have at least one expect:required. This ensures that your process > 2 (expect:required in "LogFileBody" > 0 "Put description here" #/put pattern here/ > 3 > 4 ;; You may need ignores to suppress false error or warning hits from the later e > 5 ;; NOTE: Order is important here! > 6 (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\ > 7 (expect:warning in "LogFileBody" = 0 "Any warning" #/warn/) > 8 (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/)) ;;

Added tests/simplerun/tests/test1/step1.sh version [67f9a133dc133b12]

> 1 #!/usr/bin/env bash > 2 > 3 # Run your step here

Added tests/simplerun/tests/test1/step2.logpro version [22f12ee837d77ff8]

> 1 ;; You should have at least one expect:required. This ensures that your process > 2 (expect:required in "LogFileBody" > 0 "Put description here" #/put pattern here/ > 3 > 4 ;; You may need ignores to suppress false error or warning hits from the later e > 5 ;; NOTE: Order is important here! > 6 (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\ > 7 (expect:warning in "LogFileBody" = 0 "Any warning" #/warn/) > 8 (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/)) ;;

Added tests/simplerun/tests/test1/step2.sh version [67f9a133dc133b12]

> 1 #!/usr/bin/env bash > 2 > 3 # Run your step here