Artifact 75fea8b10f13d31b92884f0c101619ebd3c1c629:
- Executable file tests/tests/runfirst/main.sh — part of check-in [c7517d9a4c] at 2011-05-12 23:59:09 on branch subtest-rollup — Added setting the rundir field in the top test for iterated tests. Added MT_MEGATEST variable to make it easier to write tests and find the megatest executable (user: matt, size: 410) [annotate] [blame] [check-ins using] [more...]
#!/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 $? $MT_MEGATEST -runstep wasting_time -logpro wasting_time.logpro "sleep 20;echo all done eh?" -m "This is a test step comment" $MT_MEGATEST -test-status :state COMPLETED :status PASS -m "This is a test level comment" -set-toplog the_top_log.html