Mercurial > hg > audiodb
diff libtests/run-tests.sh @ 505:216b55457009
Remove all those "with library" in the libtests/ short-descriptions
Instead, make the driver run-tests.sh file be clear about what test is
being run.
author | mas01cr |
---|---|
date | Tue, 13 Jan 2009 21:26:33 +0000 |
parents | 342822c2d49a |
children |
line wrap: on
line diff
--- a/libtests/run-tests.sh Tue Jan 13 21:26:26 2009 +0000 +++ b/libtests/run-tests.sh Tue Jan 13 21:26:33 2009 +0000 @@ -10,7 +10,7 @@ for file in ${pattern}; do if [ -d ${file} ]; then if [ /bin/true ]; then - echo -n Running test ${file} + echo -n Running library test ${file} if [ -f ${file}/short-description ]; then awk '{ printf(" (%s)",$0) }' < ${file}/short-description fi