Megatest

Check-in [e1d9cf7044]
Login
Overview
Comment:Added kill of dboard to kill target
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | test1-test4-clean-with-rpc-ubuntu | v1.4612
Files: files | file ages | folders
SHA1: e1d9cf70449a9bde6919fcd34e0557f6105c8263
User & Date: matt on 2012-10-08 23:49:22
Other Links: manifest | tags
Context
2016-10-27
14:37
Resurected old rpc version of Megatest for use on comparing with new rpc code Leaf check-in: 9157a5da08 user: mrwellan tags: old-rpc
2012-10-09
09:45
Added better signature to makefile target but not enabled yet check-in: 521a37d7f3 user: matt tags: trunk
09:30
Merged sqlite3 db logging to new branch check-in: 69f6bf8f5a user: matt tags: sqlite3-logging
2012-10-08
23:49
Added kill of dboard to kill target check-in: e1d9cf7044 user: matt tags: trunk, test1-test4-clean-with-rpc-ubuntu, v1.4612
23:27
Minor improvement to server login messages check-in: 2b78b4fb41 user: matt tags: trunk
Changes

Modified tests/Makefile from [27ea9f4ad2] to [864e7c3492].

60
61
62
63
64
65
66
67
68
69
70

clean  : 
	rm cleanprep

kill :
	killall -v mtest main.sh dboard || true
	rm -f fullrun/megatest.db fullrun/logging.db || true
	killall -v -9 mtest || true

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







|



60
61
62
63
64
65
66
67
68
69
70

clean  : 
	rm cleanprep

kill :
	killall -v mtest main.sh dboard || true
	rm -f fullrun/megatest.db fullrun/logging.db || true
	killall -v -9 mtest dboard || true

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