Differences From Artifact [8f412827c1]:
- Executable file utils/mt_ezstep — part of check-in [1b0a53f5b9] at 2011-10-09 11:36:56 on branch trunk — Completed eztests, well, except for full validation of eztests (user: matt, size: 1063) [annotate] [blame] [check-ins using]
To Artifact [3ac68c5b77]:
- Executable file utils/mt_ezstep — part of check-in [93749b40da] at 2011-10-09 12:40:36 on branch trunk — Fixed mishandling of failed step in ezstep and added a test for failed case (user: matt, size: 1060) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #!/bin/bash if [ "$MT_CMDINFO" == "" ];then echo "ERROR: $0 should be run within a megatest test environment" exit fi # Purpose: This is for the [ezsteps] secton in your testconfig file. |
︙ | ︙ |