Overview
Comment: | Typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 | v1.64-defunct |
Files: | files | file ages | folders |
SHA1: |
8a616355a0909d82151d88e890823720 |
User & Date: | matt on 2017-02-20 23:59:36 |
Other Links: | branch diff | manifest | tags |
Context
2017-02-21
| ||
21:31 | Missing param check-in: 11f9127253 user: mrwellan tags: v1.64, v1.64-defunct | |
2017-02-20
| ||
23:59 | Typo check-in: 8a616355a0 user: matt tags: v1.64, v1.64-defunct | |
23:58 | Cleaned up help on -env* calls check-in: b763e5c0bc user: matt tags: v1.64, v1.64-defunct | |
Changes
Modified megatest.scm from [04de634cc4] to [f1cbfd9a61].
︙ | |||
168 169 170 171 172 173 174 | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | - + - + | -config fname : override the megatest.config file with fname -append-config fname : append fname to the megatest.config file Utilities -env2file fname : write the environment to fname.csh and fname.sh -envcap a : save current variables labeled as context 'a' in file envdat.db -envdelta a-b : output enviroment delta from context a to context b to -o fname |
︙ |