Megatest

Diff
Login

Differences From Artifact [fa62ae4881]:

To Artifact [4c07feade7]:


9
10
11
12
13
14
15






test :
	cd ../;make test
	make runall

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













>
>
>
>
>
>
9
10
11
12
13
14
15
16
17
18
19
20
21
test :
	cd ../;make test
	make runall

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

remove :
	(cd ../;make);../megatest -remove-runs :runname %3  -testpatt % -itempatt % :sysname % :fsname % :datapath %

runforever :
	while(ls); do runname=`date +%F-%R:%S`;/home/matt/data/megatest/megatest -runall :sysname ubuntu :fsname nfs :datapath none :runname $$runname;/home/matt/data/megatest/megatest -runall :sysname ubuntu :fsname nfs :datapath none :runname $$runname;/home/matt/data/megatest/megatest -runall :sysname ubuntu :fsname nfs :datapath none :runname $$runname;done