Mercurial > hg > audiodb
annotate tests/0043/clean.sh @ 433:681837f7c903 api-inversion
More on the query rationalization
Turn audioDB::delete_arrays and audioDB::read_data into ordinary
functions.
Also partially do audioDB::initialize_arrays, except for the bits that
we can't yet do because we haven't got a query datum/identifier going
through yet.
author | mas01cr |
---|---|
date | Wed, 24 Dec 2008 10:55:48 +0000 |
parents | da901c62e569 |
children |
rev | line source |
---|---|
mas01mc@339 | 1 #! /bin/sh |
mas01mc@339 | 2 |
mas01mc@339 | 3 if [ -d dbdir ]; then |
mas01mc@339 | 4 rm -rf dbdir |
mas01mc@339 | 5 fi |
mas01mc@339 | 6 |
mas01mc@339 | 7 if [ -d fdir ]; then |
mas01mc@339 | 8 rm -rf fdir |
mas01mc@339 | 9 fi |
mas01mc@339 | 10 |