Megatest

Diff
Login

Differences From Artifact [89065be368]:

To Artifact [192cc0f807]:


1
2
3
4
5
6







# run some tests

runall :
	cd ../;make 
	../megatest -runall :sysname ubuntu :fsname nfs :datapath none :runname `date +%GWW%V.%u` -m "This is a comment specific to a run"














>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
# run some tests

runall :
	cd ../;make 
	../megatest -runall :sysname ubuntu :fsname nfs :datapath none :runname `date +%GWW%V.%u` -m "This is a comment specific to a run"

test :
	cd ../;make test
	make runall

dashboard :
	cd ../;make dashboard
	../dashboard &