# HG changeset patch # User Chris Cannam # Date 1406480112 -3600 # Node ID 5b720d5c7bc157c5a90c7bba34e203acb7a75ee9 # Parent c4ee2ab22c38b60847e7e123285d13eb00d9c065 Comment diff -r c4ee2ab22c38 -r 5b720d5c7bc1 SCRIPTS/process.sh --- 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