Megatest

Check-in [5824d18b65]
Login
Overview
Comment:Updated manual
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.65
Files: files | file ages | folders
SHA1: 5824d18b655397fe0c5d316c228a886f70ec7e9c
User & Date: mrwellan on 2017-12-01 14:53:36
Other Links: branch diff | manifest | tags
Context
2017-12-04
13:27
Updates to modepatt switch check-in: c0aaf523c6 user: ritikaag tags: v1.65, v1.6505
2017-12-01
14:54
Merge v1.65 to trunk to bring online manual up to date. check-in: fa8b9592a7 user: mrwellan tags: trunk
14:53
Updated manual check-in: 5824d18b65 user: mrwellan tags: v1.65
2017-11-20
22:45
Merged in couple fixes from v1.64 check-in: b054d48890 user: matt tags: v1.65
Changes

Modified docs/manual/megatest_manual.html from [25eea0a812] to [9ee0d26d38].

2156
2157
2158
2159
2160
2161
2162

2163
2164
2165
2166
2167
2168
2169
# passfail auto|logpro
# Example of logpro:
passfail logpro

# Optional:
logpro ;; if this section exists then logpro is used to determine pass/fail
  (expect:required in "LogFileBody" >= 1 "At least one pass" #/PASS/)


# Optional: target translator, default is to use the parent target
target #{shell somescript.sh}

# Optional: runname translator/generator, default is to use the parent runname
runname #{somescript.sh}








>







2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
# passfail auto|logpro
# Example of logpro:
passfail logpro

# Optional:
logpro ;; if this section exists then logpro is used to determine pass/fail
  (expect:required in "LogFileBody" >= 1 "At least one pass" #/PASS/)
  (expect:fail     in "LogFileBody"  = 0 "No FAILs allowed"  #/FAIL/)

# Optional: target translator, default is to use the parent target
target #{shell somescript.sh}

# Optional: runname translator/generator, default is to use the parent runname
runname #{somescript.sh}