Artifact d41b4580213ac95eada385b831242cd7a19c9ccd:
- Executable file tests/fullrun/tests/singletest/main.sh — part of check-in [cf0a7961a9] at 2013-07-25 16:25:44 on branch dev — Improved dashboard for case when there are many state/status combinations. Fixed couple issues with -runstep (user: mrwellan, size: 439) [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 5;echo alldone" -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 :first_err "This is the first error"