Megatest

Diff
Login

Differences From Artifact [b6ac44a0c4]:

To Artifact [90abad0086]:


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"


|
|
|
>
>


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 $?

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 -setlog thelogfile.log -m "This is a test level comment"