Mercurial > hg > vamp-build-and-test
changeset 7:5b720d5c7bc1
Comment
author | Chris Cannam |
---|---|
date | Sun, 27 Jul 2014 17:55:12 +0100 |
parents | c4ee2ab22c38 |
children | 9b898377f016 |
files | SCRIPTS/process.sh |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/SCRIPTS/process.sh Sat Jul 26 20:41:13 2014 +0100 +++ b/SCRIPTS/process.sh Sun Jul 27 17:55:12 2014 +0100 @@ -67,12 +67,8 @@ } run_tester() { - ##!!! todo: list the plugins in each library and run the tester - ##!!! separately on each -- that way we can report on specific - ##!!! plugins rather than whole libraries (though for the - ##!!! "printout" report we should include the whole library test, - ##!!! just for information's sake?) and we can have separate - ##!!! nondeterministic statuses + ##!!! todo: timeout if the plugin takes too long and report as failure? + ##!!! (why is silvet taking so long on the multi-sample-rate test?) dir="$1" ids=$(VAMP_PATH="$dir" vamp-plugin-sdk/host/vamp-simple-host --list-ids | sed 's/^vamp://') if [ -z "$ids" ]; then