Mercurial > hg > sonic-annotator
changeset 287:bd6e98b348cf piper-nopiper
Mark this version 1.5pre
| author | Chris Cannam | 
|---|---|
| date | Fri, 02 Dec 2016 10:00:30 +0000 | 
| parents | 5ba121f3889e | 
| children | fd4a6183482f | 
| files | tests/include.sh version.h | 
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tests/include.sh Fri Dec 02 09:33:00 2016 +0000 +++ b/tests/include.sh Fri Dec 02 10:00:30 2016 +0000 @@ -13,7 +13,7 @@ ;; esac -version=1.5 +version=1.5pre nextversion=1.6 testdir=$mypath/.. @@ -64,8 +64,8 @@ # filter that out, and also reformat to ignore whitespace differences a="$1" b="$2" - cat "$a" | sed 's/Sonic Annotator v[0-9.]*/Sonic Annotator vXXX/' | json_reformat > "${a}__" - cat "$b" | sed 's/Sonic Annotator v[0-9.]*/Sonic Annotator vXXX/' | json_reformat > "${b}__" + cat "$a" | sed 's/Sonic Annotator v[0-9a-z.]*/Sonic Annotator vXXX/' | json_reformat > "${a}__" + cat "$b" | sed 's/Sonic Annotator v[0-9a-z.]*/Sonic Annotator vXXX/' | json_reformat > "${b}__" cmp -s "${a}__" "${b}__" rv=$? rm "${a}__" "${b}__"
