Mercurial > hg > audiodb
view tests/0047/run-test.sh @ 603:1133c0d6760d
Added support for all-track retrieval
* Can now request all items of type mo:Signal
* Correctly handles LIMIT / OFFSET, etc.
* Some tidying, though still needs refactoring nicely.
author | mas01mj |
---|---|
date | Mon, 17 Aug 2009 15:36:32 +0000 |
parents | d1456b3f490a |
children |
line wrap: on
line source
#! /bin/bash . ../test-utils.sh if [ -f testdb ]; then rm -f testdb; fi ${AUDIODB} > test-output grep help test-output > /dev/null exit 104