Artifact c5651ffc6c781dd4666c8bec404ebe7f6f4f6960:
- Executable file tests/fullrun/exit_1/main.sh — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 261) [annotate] [blame] [check-ins using]
- Executable file tests/fullrun/tests/exit_1/main.sh — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 261) [annotate] [blame] [check-ins using]
- Executable file tests/tests/exit_1/main.sh — part of check-in [82c92c7c77] at 2012-02-26 19:44:53 on branch trunk — Updated tests to push on simultaneous running (user: matt, size: 261) [annotate] [blame] [check-ins using]
#!/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 2 $MT_MEGATEST -step step$i :state end :status 0 done exit 1