Overview
Comment: | Add missing area to init in tests Makefile. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
b0c45c85fe85689c0c59660a15e34763 |
User & Date: | mrwellan on 2017-06-05 10:28:55 |
Other Links: | branch diff | manifest | tags |
Context
2017-06-08
| ||
12:07 | Merged fork check-in: 6aa0069d07 user: mrwellan tags: v1.65 | |
2017-06-05
| ||
10:28 | Add missing area to init in tests Makefile. check-in: b0c45c85fe user: mrwellan tags: v1.65 | |
2017-06-03
| ||
09:47 | Merged latest from v1.64 into v1.65 check-in: 8a26c9c9d7 user: matt tags: v1.65 | |
Changes
Modified tests/Makefile from [3cbc059672] to [ea14a7a617].
︙ | ︙ | |||
171 172 173 174 175 176 177 | mkdir -p mintest/runs mintest/links cd mintest;$(MEGATEST) -stop-server 0 cd mintest;$(MEGATEST) -server - -debug $(DEBUG) > server.log 2> server.log & sleep 3 cd mintest;$(DASHBOARD) -rows 18 & cleanprep : ../*.scm Makefile */*.config build | | | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | mkdir -p mintest/runs mintest/links cd mintest;$(MEGATEST) -stop-server 0 cd mintest;$(MEGATEST) -server - -debug $(DEBUG) > server.log 2> server.log & sleep 3 cd mintest;$(DASHBOARD) -rows 18 & cleanprep : ../*.scm Makefile */*.config build mkdir -p fullrun/tmp/mt_runs fullrun/tmp/mt_links /tmp/$(USER)/adisk1 fullrun/logs rm -f */logging.db touch cleanprep fullprep : cleanprep cd fullrun;$(MEGATEST) -remove-runs :runname $(RUNNAME)% -target %/%/% -testpatt %/% cd fullrun;$(BINPATH)/dashboard -rows 15 & |
︙ | ︙ |