Differences From Artifact [5e42faa87c]:
- File tests/fullrun/config/mt_include_1.config — part of check-in [feb0168376] at 2012-04-27 11:18:30 on branch trunk — Adding test for the broken config include (user: mrwellan, size: 455) [annotate] [blame] [check-ins using] [more...]
To Artifact [28b4e77d2c]:
- File
tests/fullrun/config/mt_include_1.config
— part of check-in
[8dc37784e2]
at
2012-05-25 15:09:44
on branch path-and-envvars-fix
— Added path to megatest executable to PATH in the setup-for-run call. Added filters for envvars and ability to override a specific variable
Do not merge this in until it is bug free! Problem with env vars? (user: mrwellan, size: 645) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | [setup] # exectutable /path/to/megatest max_concurrent_jobs 200 linktree /tmp/mt_links [jobtools] useshell yes # ## launcher launches jobs, the job is managed on the target host ## by megatest, comment out launcher to run local # workhosts localhost hermes launcher nbfake | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [setup] # exectutable /path/to/megatest max_concurrent_jobs 200 linktree /tmp/mt_links # homedir overrides the $HOME environment variable. # if unset $HOME is set to the test run dir ($MT_TEST_RUN_DIR) # use #{getenv HOME} to use the normal Unix home # homedir #{getenv HOME} [jobtools] useshell yes # ## launcher launches jobs, the job is managed on the target host ## by megatest, comment out launcher to run local # workhosts localhost hermes launcher nbfake |
︙ | ︙ |