Differences From Artifact [509a06d02e]:
- Executable file tests/tests/runfirst/main.sh — part of check-in [ae6dbecf17] at 2011-05-01 23:05:22 on branch trunk — Importing 1.0.1 version of megatest, (nb// work in progress, please wait for next release) (user: matt, size: 201) [annotate] [blame] [check-ins using]
To Artifact [b6ac44a0c4]:
- Executable file tests/tests/runfirst/main.sh — part of check-in [1146144d5b] at 2011-05-05 01:46:25 on branch trunk — Fixed -m for test steps (user: matt, size: 268) [annotate] [blame] [check-ins using]
1 2 | #!/bin/bash | | | | 1 2 3 4 5 6 7 | #!/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 -test-status :state COMPLETED :status PASS -setlog thelogfile.log -m "This is a test level comment" |