perf-test: optionally print description for each group of tests

Output from tests is indented slightly in the same style as the
correctness tests.
This commit is contained in:
David Bremner 2012-12-05 21:41:44 -04:00
parent a3137c61e1
commit 925ebd1fde

View file

@ -92,3 +92,6 @@ time_done () {
cd -P "$test" || error "Cannot setup test environment"
test_failure=0
echo
echo $(basename "$0"): "Testing ${test_description:-notmuch performance}"