Overview
Comment: | Clean up command-line interface |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | run-mgr |
Files: | files | file ages | folders |
SHA1: |
bc460650a20f006c088afdc3e6057d6b |
User & Date: | matt on 2017-02-10 21:52:27 |
Other Links: | branch diff | manifest | tags |
Context
2017-02-11
| ||
07:57 | First pkt and a fix to the Makefile check-in: defd9d9bdd user: matt tags: run-mgr | |
2017-02-10
| ||
21:52 | Clean up command-line interface check-in: bc460650a2 user: matt tags: run-mgr | |
21:24 | Sync up with v1.63 check-in: 16863935ce user: matt tags: run-mgr | |
Changes
Modified mtut.scm from [196fadb350] to [242bd50756].
︙ | ︙ | |||
53 54 55 56 57 58 59 | ;; from prior runs with same keys (define help (conc " mtutil, part of the Megatest tool suite, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version " license GPL, Copyright Matt Welland 2006-2017 | | | > > | > > | > > | | | < | | > | | | | | | | | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | ;; from prior runs with same keys (define help (conc " mtutil, part of the Megatest tool suite, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version " license GPL, Copyright Matt Welland 2006-2017 Usage: mtutil action [options] -h : this help -manual : show the Megatest user manual -version : print megatest version (currently " megatest-version ") Actions include: run : initial runs remove : remove runs rerun : register action for processing set-ss : set state/status archive : compress and move test data to archive disk kill : stop tests or entire runs Selectors -action-mode immediate|queued : apply this action after other actions or immediately -area areapatt1,area2... : apply this action only to the specified areas -target key1/key2/... : run for key1, key2, etc. -test-patt p1/p2,p3/... : % is wildcard -run-name : required, name for this particular test run -state-status c/p,c/f : Specify a list of state and status patterns -mode-patt key : load testpatt from <key> in runconfigs instead of default TESTPATT if -testpatt and -tagexpr are not specified -tag-expr tag1,tag2%,.. : select tests with tags matching expression Misc -start-dir path : switch to this directory before running mtutil -set-vars V1=1,V2=2 : Add environment variables to a run NB// these are overwritten by values set in config files. -log logfile : send stdout and stderr to logfile -repl : start a repl (useful for extending megatest) -load file.scm : load and run file.scm -debug N|N,M,O... : enable debug messages 0-N or N and M and O ... Examples: # Start a megatest run in the area \"mytests\" mtutil -area mytests -action run -target v1.63/aa3e -modepatt MYPATT -tagexpr quick Called as " (string-intersperse (argv) " ") " |
︙ | ︙ |