comparison tests/test.sh @ 43:9cc5e78dcfbd

* Fix csv-one-file option, add unit test for it
author Chris Cannam
date Mon, 18 Oct 2010 14:14:38 +0100
parents 581b1b150a4d
children d78c80be335f
comparison
equal deleted inserted replaced
42:94d988cef54e 43:9cc5e78dcfbd
8 transforms-basic \ 8 transforms-basic \
9 audioformat \ 9 audioformat \
10 as-advertised \ 10 as-advertised \
11 rdf-writer \ 11 rdf-writer \
12 rdf-destinations \ 12 rdf-destinations \
13 csv-destinations \
13 summaries \ 14 summaries \
14 ; do 15 ; do
15 16
16 echo -n "$x: " 17 echo -n "$x: "
17 if bash $mypath/test-$x.sh; then 18 if bash $mypath/test-$x.sh; then