Mercurial > hg > audiodb
annotate tests/0013/run-test.sh @ 187:530154ca4cf5 no-big-mmap
Wow, two changes for the price of one
* remove dataBuf usage from trackPointQuery()
* make the restrict-list tests pass:
** lseek() to the right place if we're actually not doing tracks in
sequential-order;
** deal with the off-by-one error in reading in lines from trackFile.
author | mas01cr |
---|---|
date | Fri, 16 Nov 2007 16:31:36 +0000 |
parents | e64a2e7f543c |
children |
rev | line source |
---|---|
mas01cr@87 | 1 #! /bin/bash |
mas01cr@87 | 2 |
mas01cr@87 | 3 . ../test-utils.sh |
mas01cr@87 | 4 |
mas01cr@87 | 5 start_server ${AUDIODB} 10013 |
mas01cr@87 | 6 |
mas01cr@87 | 7 check_server $! |
mas01cr@87 | 8 |
mas01cr@87 | 9 stop_server $! |
mas01cr@87 | 10 |
mas01cr@87 | 11 exit 104 |