Mercurial > hg > sonic-annotator
diff tests/test-summaries.sh @ 110:ca565b18ba3e multiplex
Merge from default branch
author | Chris Cannam |
---|---|
date | Thu, 02 Oct 2014 14:54:48 +0100 |
parents | 8b4924a9a072 |
children | 0fe5abb56a6e |
line wrap: on
line diff
--- a/tests/test-summaries.sh Thu Oct 02 08:16:42 2014 +0100 +++ b/tests/test-summaries.sh Thu Oct 02 14:54:48 2014 +0100 @@ -15,25 +15,6 @@ . test-include.sh -faildiff() { - echo "Test failed: $1" - if [ -n "$2" -a -n "$3" ]; then - echo "Output follows:" - echo "--" - cat $2 - echo "--" - echo "Expected output follows:" - echo "--" - cat $3 - echo "--" - echo "Diff:" - echo "--" - sdiff -w78 $2 $3 - echo "--" - fi - exit 1 -} - compare() { a=$1 b=$2