Mercurial > hg > audiodb
diff tests/0003/run-test.sh @ 46:1853beeb0521
Script to clean up after running tests. Deletes all files matching
*/test*; You Have Been Warned.
author | mas01cr |
---|---|
date | Mon, 17 Sep 2007 16:10:44 +0000 |
parents | 538064755914 |
children | a7aad4c50cb9 |
line wrap: on
line diff
--- a/tests/0003/run-test.sh Mon Sep 17 15:23:06 2007 +0000 +++ b/tests/0003/run-test.sh Mon Sep 17 16:10:44 2007 +0000 @@ -15,11 +15,11 @@ ${AUDIODB} -d testdb -I -f testfeature -${AUDIODB} -d testdb -Q point -f testfeature > query-output +${AUDIODB} -d testdb -Q point -f testfeature > test-query-output -echo testfeature 1 0 0 > test-query-output +echo testfeature 1 0 0 > test-expected-query-output -cmp query-output test-query-output +cmp test-query-output test-expected-query-output # failure cases ${AUDIODB} -d testdb -I && exit 1