Differences From Artifact [87bdfe16d1]:
- Executable file utils/mt_ezstep — part of check-in [699be61132] at 2013-08-01 08:24:17 on branch v1.55 — Added simple re-run for steps (user: mrwellan, size: 1920) [annotate] [blame] [check-ins using]
To Artifact [94c507b08a]:
- Executable file utils/mt_ezstep — 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: 1922) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
70 71 72 73 74 75 76 | exitstatus=2 elif [ $logprostatus -eq 1 ]; then exitstatus=1 else exitstatus=0 fi | | | 70 71 72 73 74 75 76 77 78 | exitstatus=2 elif [ $logprostatus -eq 1 ]; then exitstatus=1 else exitstatus=0 fi # $MT_MEGATEST -env2file .ezsteps/${stepname} exit $exitstatus |