Differences From Artifact [c3b3a9d270]:
- Executable file utils/mt_ezstep — part of check-in [4d4aaf1f36] at 2019-06-10 18:17:05 on branch v1.65-ezsteps-tcp — removed prevstep stuff; pushed chdir into mt_ezstep; fixed ezstep logic; added source of megatest.sh into mt_ezstep (user: bjbarcla, size: 2197) [annotate] [blame] [check-ins using] [more...]
To Artifact [ab5ea4be93]:
- Executable file utils/mt_ezstep — part of check-in [2bfad28089] at 2022-08-17 15:21:46 on branch v1.70 — Fixed issues with handling of PATH containing spaces. (user: mrwellan, size: 2199) [annotate] [blame] [check-ins using] [more...]
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + | if [[ "x$1" == "x" ]];then echo "Usage: $usage" exit fi # Since the user may not have . on the path and since we are likely to want to # run test scripts in the current directory add the current dir to the path |
︙ |