Differences From Artifact [c23e537bd9]:
- Executable file tests/tests/singletest/main.sh — part of check-in [a6f2ac3f35] at 2011-06-19 12:03:53 on branch experimental — Added some additional tests to the example run (user: mrwellan, size: 407) [annotate] [blame] [check-ins using] [more...]
- Executable file tests/tests/singletest2/main.sh — part of check-in [a6f2ac3f35] at 2011-06-19 12:03:53 on branch experimental — Added some additional tests to the example run (user: mrwellan, size: 407) [annotate] [blame] [check-ins using]
To Artifact [e63ffb76fa]:
- Executable file tests/fullrun/singletest/main.sh — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 444) [annotate] [blame] [check-ins using]
- Executable file tests/fullrun/tests/singletest/main.sh — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 444) [annotate] [blame] [check-ins using]
- Executable file tests/tests/singletest/main.sh — part of check-in [d940f56993] at 2011-08-23 12:53:11 on branch rollup-runs — Fixes to support full rollup of values (user: mrwellan, size: 444) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | #!/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 all done eh?" -m "This is a test step comment" | | | 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 $? $MT_MEGATEST -runstep wasting_time -logpro wasting_time.logpro "sleep 5;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 :first_err "This is the first error" |