Overview
Comment: | use dashboard instead of dboard in Makefile for tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | transaction-for-sequential-writes |
Files: | files | file ages | folders |
SHA1: |
0c30d1cfe58e893eb8f9122faef4b7bd |
User & Date: | mrwellan on 2013-02-15 14:14:07 |
Other Links: | branch diff | manifest | tags |
Context
2013-02-15
| ||
14:17 | Added text db template check-in: d67a67f9a4 user: mrwellan tags: transaction-for-sequential-writes | |
14:14 | use dashboard instead of dboard in Makefile for tests check-in: 0c30d1cfe5 user: mrwellan tags: transaction-for-sequential-writes | |
2013-02-04
| ||
23:50 | re-implement transaction for sequential writes check-in: 9e0ce24da2 user: matt tags: transaction-for-sequential-writes | |
Changes
Modified tests/Makefile from [9996adc105] to [3743960820].
︙ | ︙ | |||
64 65 66 67 68 69 70 | mkdir -p /tmp/mt_runs /tmp/mt_links cd ..;make install rm -f */logging.db touch cleanprep fullprep : cleanprep cd fullrun;$(MEGATEST) -remove-runs :runname $(RUNNAME)% -target %/%/% -testpatt %/% | | | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | mkdir -p /tmp/mt_runs /tmp/mt_links cd ..;make install rm -f */logging.db touch cleanprep fullprep : cleanprep cd fullrun;$(MEGATEST) -remove-runs :runname $(RUNNAME)% -target %/%/% -testpatt %/% cd fullrun;$(BINPATH)/dashboard -rows 15 & dashboard : cleanprep cd fullrun && $(BINPATH)/dashboard -rows 25 & remove : cd fullrun;$(MEGATEST) -remove-runs :runname $(RUN) -testpatt % -itempatt % :sysname % :fsname % :datapath % |
︙ | ︙ |