Megatest

Check-in [49fc46636e]
Login
Overview
Comment:Updated training and official web site
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.81
Files: files | file ages | folders
SHA1: 49fc46636e87ae0ffde7fe93e29d78f32d237125
User & Date: matt on 2024-09-20 02:51:00
Other Links: branch diff | manifest | tags
Context
2024-09-20
03:06
Merged v1.81 back to trunk check-in: b3a0155f45 user: matt tags: trunk
02:51
Updated training and official web site Leaf check-in: 49fc46636e user: matt tags: v1.81
2024-09-19
11:46
Merged fork check-in: 519f30f58a user: mrwellan tags: v1.81, v1.8104
Changes

Added docs/megatest-training-1.odp version [3a112130cd].

cannot compute difference between binary files

Modified docs/megatest-training.odp from [3a112130cd] to [570b812b2b].

cannot compute difference between binary files

Modified megatest.scm from [c5c28080d4] to [d9a4834019].

163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179

;; Disabled help items
;;  -rollup                 : (currently disabled) fill run (set by :runname)  with latest test(s)
;;                            from prior runs with same keys
;;  -daemonize              : fork into background and disconnect from stdin/out

(define help (conc "
Megatest, documentation at http://www.kiatoa.com/fossils/megatest
  version " megatest-version "
  license GPL, Copyright Matt Welland 2006-2017
 
Usage: megatest [options]
  -h                      : this help
  -manual                 : show the Megatest user manual
  -version                : print megatest version (currently " megatest-version ")
  help                    : help for the new Megatest interface








|

|







163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179

;; Disabled help items
;;  -rollup                 : (currently disabled) fill run (set by :runname)  with latest test(s)
;;                            from prior runs with same keys
;;  -daemonize              : fork into background and disconnect from stdin/out

(define help (conc "
Megatest, documentation at https://chiselapp.com/user/kiatoa/repository/megatest
  version " megatest-version "
  license GPL, Copyright Matt Welland 2006-2024
 
Usage: megatest [options]
  -h                      : this help
  -manual                 : show the Megatest user manual
  -version                : print megatest version (currently " megatest-version ")
  help                    : help for the new Megatest interface