Differences From Artifact [dbf357b9a9]:
- File tests/fullrun/megatest.config — part of check-in [67e15ae474] at 2012-09-28 12:01:27 on branch test-specific-db — Fixed the MT_RUN_AREA_HOME, previous fix did not set the var before parsing .config files. (user: mrwellan, size: 1405) [annotate] [blame] [check-ins using] [more...]
To Artifact [359ec4dac2]:
- File tests/fullrun/megatest.config — part of check-in [f2ba3fe4d5] at 2012-10-11 10:54:21 on branch trunk — Added back support for empty vars (user: mrwellan, size: 1473) [annotate] [blame] [check-ins using] [more...]
︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | + + | WACKYVAR2 #{get validvalues state} WACKYVAR3 #{getenv USER} WACKYVAR4 #{scheme (+ 5 6 7)} WACKYVAR5 #{getenv sysname}/#{getenv fsname}/#{getenv datapath} WACKYVAR6 #{scheme (args:get-arg "-target")} PREDICTABLE the_ans MRAH MT_RUN_AREA_HOME=#{getenv MT_RUN_AREA_HOME} # The empty var should have a definition with null string EMPTY_VAR # XTERM [system xterm] # RUNDEAD [system exit 56] ## disks are: ## name host:/path/to/area ## -or- |
︙ |