Overview
Comment: | updated tests/fullrun/config to standardized configs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7c7b62feea8e739a4670d5134daa362b |
User & Date: | user on 2014-10-16 16:14:13 |
Other Links: | manifest | tags |
Context
2014-10-18
| ||
23:48 | Merged v1.60 into trunk check-in: 56761f4e0a user: matt tags: trunk | |
2014-10-16
| ||
16:14 | updated tests/fullrun/config to standardized configs check-in: 7c7b62feea user: user tags: trunk | |
2014-03-08
| ||
08:42 | pulled old, lost changes forward check-in: 49464f8312 user: matt tags: trunk | |
Changes
Deleted tests/fullrun/config/mt_include_1.config version [4c90d470ad].
| - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted tests/fullrun/config/mt_include_2.config version [e4edd5bbcd].
| - - |
|
Added tests/fullrun/configs/mt_include_1.config version [4c90d470ad].
|
Added tests/fullrun/configs/mt_include_2.config version [e4edd5bbcd].
|
Modified tests/fullrun/megatest.config from [e6fc05b797] to [caf8dd7415].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | [fields] sysname TEXT fsname TEXT datapath TEXT # refareas can be searched to find previous runs # the path points to where megatest.db exists [refareas] area1 /tmp/oldarea/megatest |
︙ | |||
116 117 118 119 120 121 122 | 116 117 118 119 120 121 122 123 124 125 | - + | ## disks are: ## name host:/path/to/area ## -or- ## name /path/to/area [disks] disk0 /foobarbazz |
Modified tests/fullrun/runconfigs.config from [cdf025da8a] to [5fc85197af].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - - + + | [default] SOMEVAR This should show up in SOMEVAR3 # target based getting of config file, look at afs.config and nfs.config [include #{getenv fsname}.config] [include #{getenv MT_RUN_AREA_HOME}/common_runconfigs.config] |
︙ |