Artifact 62fd7b991d2b4bd621259f075869ef7f3e099cd6:
- 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]
#!/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" megatest -test-status :state COMPLETED :status PASS -m "This is a test level comment"