Artifact f575e06d2a25eb060213381cad7cd7fef6f096c3:
- Executable file tests/tests/runfirst/main.sh — part of check-in [6b1fa57fcf] at 2011-08-06 23:42:46 on branch trunk — Added debugging statements, regenerated docs (user: matt, size: 428) [annotate] [blame] [check-ins using]
#!/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 $? touch ../I_was_here $MT_MEGATEST -runstep wasting_time -logpro wasting_time.logpro "sleep 8;echo all done eh?" -m "This is a test step comment" $MT_MEGATEST -test-status :state COMPLETED :status $? -m "This is a test level comment" -set-toplog the_top_log.html