Differences From Artifact [09090d6f26]:
- File docs/manual/reference.txt — part of check-in [384db8d983] at 2013-07-11 17:44:23 on branch dev — Started hacking the User Manual. Big mess :( (user: mrwellan, size: 3158) [annotate] [blame] [check-ins using] [more...]
To Artifact [6d8b51499a]:
- File docs/manual/reference.txt — part of check-in [908b883b86] at 2013-08-04 01:01:36 on branch v1.55 — Added some checks to ensure directories are there before changing to them, generalized some of the tasks in installall. Removed writing of environment in mt_ezstep updated the manual with brief mention on how to get the environment from one step to another (user: matt, size: 3352) [annotate] [blame] [check-ins using] [more...]
︙ | |||
136 137 138 139 140 141 142 143 144 145 | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | + + + + + + + + | # This builtin rule is the default if there is no <waivername>.logpro file # diff diff %file1% %file2% # This builtin rule is applied if a <waivername>.logpro file exists # logpro diff %file1% %file2% | logpro %waivername%.logpro %waivername%.html ----------------- Ezsteps ~~~~~~~ To transfer the environment to the next step you can do the following: ---------------------------- $MT_MEGATEST -env2file .ezsteps/${stepname} ---------------------------- :numbered!: |