Overview
Comment: | Added IPADDR option to makefile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | servermode |
Files: | files | file ages | folders |
SHA1: |
71cdd263a30b3bddbd4e9d00226d14ca |
User & Date: | mrwellan on 2012-03-11 22:47:51 |
Other Links: | branch diff | manifest | tags |
Context
2012-03-11
| ||
23:01 | Fixed bad params on test status calls check-in: 598e97c160 user: matt tags: servermode | |
22:47 | Added IPADDR option to makefile check-in: 71cdd263a3 user: mrwellan tags: servermode | |
22:00 | tweak check-in: 044818b98f user: matt tags: servermode | |
Changes
Modified tests/Makefile from [26fc507d28] to [783ccc5c9e].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + - + - + - + | # run some tests BINPATH=$(shell realpath ../bin) MEGATEST=$(BINPATH)/megatest PATH := $(BINPATH):$(PATH) RUNNAME := $(shell date +w%V.%u.%H) IPADDR :="-" runall : test1 test2 test1 : cleanprep |
︙ |