5 # Copyright (c) 2005 Junio C Hamano
7 # Adapted from a Makefile to a shell script by Carl Worth (2010)
11 TESTS="basic new search json thread-naming reply dump-restore uuencode threading-out-of-order author-reordering from-line-heuristics long-msgid encoding-issues"
13 # Clean up any results from a previous run
14 rm -r test-results >/dev/null 2>/dev/null
17 for test in $TESTS; do
22 ./aggregate-results.sh test-results/*