Artifact 8c8c34115038aa64e9243c4009bd27fe5c1c327b:
- Executable file tests/fullrun/tests/priority_2/main.sh — part of check-in [5123a2dfc5] at 2013-07-25 20:23:29 on branch dev — Added MT_ITEMPATH to environments (user: mrwellan, size: 261) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash # a bunch of steps in 2 second increments for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17;do $MT_MEGATEST -step step$i :state start :status running -setlog results$i.html sleep 5 $MT_MEGATEST -step step$i :state end :status 0 done exit 0