Differences From Artifact [90abad0086]:
- Executable file tests/tests/runfirst/main.sh — part of check-in [0add4d5d70] at 2011-05-06 12:22:56 on branch trunk — Partial checkin for fixes to -runstep (user: mrwellan, size: 396) [annotate] [blame] [check-ins using]
To Artifact [62fd7b991d]:
- Executable file tests/tests/runfirst/main.sh — part of check-in [89a6bb7363] at 2011-05-07 22:38:01 on branch trunk — Added beginings of documentation (user: matt, size: 373) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 | - + | #!/bin/bash # megatest -step wasting_time :state start :status n/a -m "This is a test step comment" # sleep 20 # megatest -step wasting_time :state end :status $? megatest -runstep wasting_time -logpro wasting_time.logpro "sleep 20;echo all done eh?" -m "This is a test step comment" |